ZF-6138: Directory Separator of Windows
Description
On http://framework.zend.com/manual/en/… under 28.1.2. Loading Classes, the text reads:
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.
But instead it should read:
... In the example above, 'Container_Tree' becomes 'Container\Tree.php' on Windows.
Comments
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-06-30T06:58:07.000+0000
Solved in SVN r16364