|
发表于 2009-2-26 21:35:53
|
显示全部楼层
11.3节:
原文:Don't try to set some defaults from the config/upload fle and some from the controller!
译文:“不要试图在 config/upload.php 文件和控制器里设置默认值!
建议修改为:不要试图将默认值在 config/upload.php 文件里设置一些,又在控制器中设置一些!
12.2节:
原文:for instance, include_once() is case insensitive on Windows but not on other systems.
译文:举例来说,include_once()在windows上是大小写敏感的,但在其它系统上不是。
建议修改为:举例来说,include_once()在windows上是不分大小写的,但在其它系统上不是。 |
|