What are Plugins in the Zend framework?

by bria_metz , in category: Technology , 3 years ago

What are Plugins in the Zend framework?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by zella , 3 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