Wednesday, 17 October 2012

What are Plugins in zend framework? | Zend Framework Interview Questions

• Triggered by front controller events
• Events bookend each major process of the front controller
• Allow automating actions that apply globally
Creating Plugins:
• Extend Zend_Controller_Plugin_Abstract
• Extend one or more of the event methods

No comments: