I started studying the Zendframework and I configured it as recommended. By calling the project I created with the default code, it works perfectly. When I comment all index.php
and add the code:
include 'Zend.php';
Zend_Loader::loadClass('Zend_Controller_Front');
Zend_Controller_Front::run('controllers');
Show the following error:
Fatal error: Class 'Zend_Loader' not found in C: \ wamp \ www \ ProjectZend \ public \ index.php on line 5