This entry was posted on June 17, 2009 at 9:34 am and is filed under Zend Framework.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
3 Responses to “Zend Framework: Zend_Loader::Zend_Loader::registerAutoload is deprecated as of 1.8.0 and will be removed with 2.0.0; use Zend_Loader_Autoloader instead.”
Solat said
thanks for it.
It works but when when I write “$frontController->dispatch();” it’s creates fatal error message in version 1.8.
Solat said
this was error
“Fatal error: Class ‘Zend_Ctontroller_Action’ not found in E:\MyPHP\ZendExamples\Hello-Word\application\controllers\IndexController.php on line 2″
Carl Helmertz said
@2: Zend_Controller_Action <– correct spelling. Try the latest quickstart example.