As of ZF 1.12.0RC2 the Zend prefix is not autoregistered with the standard autoloader, so the AutoloaderFactory can't find the ClassMapAutoloader.php file.
2 possible fixes: include explicitly the ClassMapAutoloader.php, or, in the AutoloaderFactory options, include the StandardAutoloader as the first, and the ClassMapAutoloader as the second loader. I went with the first option and have updated my post accordingly: http://robertbasic.com/blog/using-the-new-autoloaders-from-zend-framework-1-12 HTH! -- ~Robert Basic; http://robertbasic.com/ -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
