What are plugins in zend framework?
Answer / Javed Husain
Plugins in Zend Framework are callable objects or classes that can be registered with event managers to perform specific actions during the lifecycle of an event. They provide a flexible way to extend and customize the behavior of different components within the framework.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to write a program that performs the calculations using the sql function?
What is the major difference between zend_auth and zend_acl?
How to create an object of model in zend framework?
What is zend framework in php?
What is autoloader?
Explain super global variables in zend framework?
How to include css from controller and view in zend
What should I know about the zend framework cla before submitting it?
Do you know what is the use of zend framework?
Which version of php does zend framework require?
How do I use viewscripts on zend_form file elements?
How to use a sql function or perform calculations in a statement generating with zend_db_select?