Ver código fonte

[ZF-6138]Directory Separator of Windows

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16366 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 anos atrás
pai
commit
c86e1383d3

+ 2 - 2
documentation/manual/ja/module_specs/Zend_Loader.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
-<!-- EN-Revision: 15743 -->
+<!-- EN-Revision: 16364 -->
 <sect1 id="zend.loader.load">
 
     <title>ファイルやクラスの動的な読み込み</title>
@@ -92,7 +92,7 @@ Zend_Loader::loadClass('Container_Tree',
         <para>
             クラスを指定する文字列は、アンダースコアを OS のパス区切り文字に変換して最後に
             '.php' を追加したものとなります。上の例では、Windows 上で
-            'Container_Tree' は 'Container/Tree.php' となります。
+            'Container_Tree' は 'Container\\Tree.php' となります。
         </para>
 
         <para>