Hello I am currently taking a look at ZendDeveloperTools module for ZF2, as it illustrates some functionality that I need to help me migrate some of my old ZF1 Zend_Controller_Plugin_Abstract logic.
I have Zend_Controller_Plugin_Abstract classes that i) minify HTML, ii) add the execution time to the bottom of the generated HTML, iii) replace image links with their CDN counterparts etc. The ZendDeveloperTools module shows how to add the execution time at the end of the generated HTML. Once I have understood, this step, implementing my requirements is trivial. Unfortunately, after copying ZendDeveloperTools to my ZF2 module directory, and updating application.config.php, the ZendSkeletonApplication now longer runs. Error message: -- Fatal error: Uncaught exception 'Zend\Di\Exception\ClassNotFoundException' with message 'Class view could not be located in provided definitions.' in /var/www/www.zend-skeleton-application.com/vendor/ZendFramework/library/Zend/Di/Di.php on line 164 ( ! ) Zend\Di\Exception\ClassNotFoundException: Class view could not be located in provided definitions. in /var/www/www.zend-skeleton-application.com/vendor/ZendFramework/library/Zend/Di/Di.php on line 164 -- What is going wrong here? And what do I have to do to fix it? TIA Jonathan Maron -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
