1.

What Are Plugins In Zend Framework?

Answer»
  • 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.

Creating Plugins:



Discussion

No Comment Found