What is event manager in zend framework?
Answer / Ms.meena Kumari
The Event Manager in Zend Framework is a component that allows developers to register and manage events, making it easier to handle different parts of the application life cycle. It provides an efficient and flexible way to trigger and respond to events.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to disable layout from controller?
Explain the difference between zend_registry and zend_session in zend?
Does zend framework support php 4?
How to access route, post, get etc. Parameters in zend framework 2?
Explain the difference between zend 2 & zend 3?
How can I use a stored procedure in a mysql database with zend framework?
Where we set configuration in zend framework?
How we can check post method in zend framework?
How to get all post data?
How you can set module name, controller name, and action name in zend framework?
Which class extend the zend controller?
How to create a model file in zend framework?