auto-loader in Zend Framework 3.0.3-dev

65 Views Asked by At

Being novice to Zend framework and after reading almost all the possible answers already posted, It did not work. I want to set up an instance of Zend Framework auto-loader and Zend_Http_Client class. code is as:

require_once 'Zend/Loader.php';
zend_autoload::loadClass('Zend_Http_Client');

I see also that 'Zend/Loader.php' is deprecated in the previous versions and is as now: 'Zend/Loader/Autoloader.php'; Then I can not locate the class 'zend_autoload'. Any guidance would be helpful.

0

There are 0 best solutions below