What are Plugins in the Zend framework?

by bria_metz , in category: Technology , 4 years ago

What are Plugins in the Zend framework?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by zella , 4 years ago

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 Threads:

What is Zend Framework 2?
What are Decorators in the Zend framework?
Which version of PHP does Zend Framework require?
How to check whether a form posted or not in the Zend framework?
What is the minimum PHP version required to run Zend Framework 2?
How to update Cordova plugins?