Browse Source

[ZF-6138]Directory Separator of Windows (sync en:16364)

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16372 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 17 years ago
parent
commit
51726fb555
1 changed files with 1 additions and 1 deletions
  1. 1 1
      documentation/manual/zh/module_specs/Zend_Loader.xml

+ 1 - 1
documentation/manual/zh/module_specs/Zend_Loader.xml

@@ -65,7 +65,7 @@ Zend_Loader::loadClass('Container_Tree',
         </example>
 
         <para>
-            类名将会根据下划线(作为目录分隔线)对应到相应目录下的PHP文件,并加上'.php',比如Container_Tree会指向Container/Tree.php。
+            类名将会根据下划线(作为目录分隔线)对应到相应目录下的PHP文件,并加上'.php',比如Container_Tree会指向Container\\Tree.php。
         </para>
 
         <para>