What are Plugins in the Zend framework?

devquora
devquora

Posted On: Feb 22, 2018

 

Zend framework generates heavy usage of plugin architectures. Plugins admit for easy compliance and customization of the framework while having your code separate from Zend framework code. Following are the plugins in Zend Framework:-

  •  Activated by front controller events
  •  Events bookend each significant procedure of the front controller
  •  Allow automating activities that apply comprehensively

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Zend Framework Interview Questions

    What is Zend Framework? What is the use of it?

    The Zend framework is an open source structure for creating object-oriented web applications using PHP 5. The main pur..

    Zend Framework Interview Questions

    Which version of PHP does Zend Framework require?

    Zend Framework requires PHP 5.2.4 and up. Zend framework is enhanced to utilize all of the object-oriented features of..

    Zend Framework Interview Questions

    How to check whether a form posted or not in the Zend framework?

    We can check whether a form is posted or not in Zend Framework in major two ways-: Process the form submission and st..