What are the important component of zend framework?
Answer / Mithlesh Giri
Some important components of Zend Framework include: Zend_Db (Database abstraction layer), Zend_Form (Form handling), Zend_View (Templating system), Zend_Controller (Routing and dispatching), Zend_Acl (Access Control List management), and Zend_Log (Logging).
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantages of zend framework?
Which class extend the zend controller? Zend_controller_action
How to disable layout from controller?
How to get all post data?
Why should we use framework?
How to include css in zend framework?
What is the difference between zend framework and laravel?
How can I use a stored procedure in a mysql database with zend framework?
How to add extra html (i.e link) in zend_form?
What is the difference between zend_auth and zend_acl?
How to install zend on your local machine?
Can you explain why are in-built libraries used for the web services?