Login
Remember
Register
Ask a Question
What are the components of the Zend framework?
0
votes
asked
Apr 22, 2022
in
Zend Framework
by
sharadyadav1986
What are the components of the Zend framework?
zend-component
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 22, 2022
by
sharadyadav1986
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.
...