0 votes
in Zend Framework by
What are the components of the Zend framework?

1 Answer

0 votes
by

Zend framework provides three types of components, such as:

  • Event Manager: It provides the ability to create event-based programming. It also helps to create, inject and manage new events.
  • Service Manager: It provides the ability to consume any services from anywhere with little effort.
  • Module manager: It provides the ability to convert a collection of PHP classes with identical functionality into a single unit. It can use to be maintained and configured as a single unit.

Related questions

0 votes
asked Apr 22, 2022 in Zend Framework by sharadyadav1986
0 votes
asked Apr 22, 2022 in Zend Framework by sharadyadav1986
...