What new in zend framework 3.0?
Answer / Kumkum Panday
Zend Framework 3.0 introduced many changes including the replacement of Zend_Application with Slim-inspired bootstrapping, a modernized dependency injection system, and a streamlined module structure.
| Is This Answer Correct ? | 0 Yes | 0 No |
How we can redirect to another page from controller in zend framework?
What is being presented by the decorators?
How to disable zend layout from controller for ajax call only?
What is zend controller front in zend framework?
Is zend_cache provides a generic way to cache any data?
How to include js from controller and view in zend?
Write a custom function to fetch last insert id in zend framework
How can I add extra html (such as a link) to my form element?
What are plugins in zend framework?
How to get all post data in zend framework?
how do you protect your site from sql injection in zend when using select query?
How to add custom view helpers to zend framework 2