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 |
Write a program to show the instantiation of the window class?
What are naming convention for php file?
What is zend helpers?
Explain the working with form elements in array notation?
How can I use a stored procedure in a mysql database with zend framework?
Do you know what is the use of zend framework?
List some advantages of zend framework as compared to other frameworks
How to check request is ajax in zend framework?
What is the difference between redirect and forward in zend framework?
How to create object of model?
Is zf a component library or a framework?
How to include js from controller and view in zend?