Просмотр исходного кода

[ZF-6138]Directory Separator of Windows

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16364 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 лет назад
Родитель
Сommit
2a16e805cf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      documentation/manual/en/module_specs/Zend_Loader.xml

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

@@ -91,7 +91,7 @@ Zend_Loader::loadClass('Container_Tree',
         <para>
             The string specifying the class is converted to a relative path
             by substituting underscores with directory separators for your OS, and appending
-            '.php'. In the example above, 'Container_Tree' becomes 'Container/Tree.php' on Windows.
+            '.php'. In the example above, 'Container_Tree' becomes 'Container\\Tree.php' on Windows.
         </para>
 
         <para>