Inorder for the project to work with the new Zend loader you must replace the lines
--------------------------------------------
require_once("Zend/Loader.php");
Zend_Loader::registerAutoload();
----------------------------------------------
with theses new lines
---------------------------------------------------------
require_once 'Zend/Loader/Autoloader.php';
$loader = Zend_Loader_Autoloader::getInstance();
$loader->setFallbackAutoloader(true);
------------------------------------------------------
Happy Coding !!!
About technology, programming and internet marketing
Monday, June 8, 2009
Subscribe to:
Post Comments (Atom)




0 comments:
Post a Comment