Question: how can I (is it possible to) use View Helper - Partial <http://framework.zend.com/manual/2.3/en/modules/zend.view.helpers.partial.html> without having ZF2 in place?
Namely I am slowly refactoring some legacy codebase towards ZF2, and there is no "Application" just yet. But there are several ZF2 components that I can make use of, such as Zend\Log because I can call them directly. Well, in this case, can I call the View Partial directly? I am still looking into this, but maybe I can call View class and then use it somehow .... -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/How-to-use-View-Helper-Partial-without-full-ZF2-tp4661962.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
