ZF-12218: Classmap won't be in next ZF release - update docs
Description
As discussed during one of the IRC meetings, the ZF pregenerated classmap probably won't be part of the release, so the docs need to be updated.
Zend_Loader-ClassMapAutoloader.xml
In order to use the ClassMapAutoloader, you first need class
maps. Zend Framework ships with a class map per component or, if you grabbed the entire
ZF distribution, a class map for the entire Zend Framework. These maps are typically in
a file named .classmap.php within either the "Zend" directory, or
an individual component's source directory.
Comments
Posted by Rob Allen (rob) on 2012-05-28T18:17:53.000+0000
Fixed in SVN r24817.