What is the major difference between zend_auth and zend_acl?
Answer / Sanchi Gupta
Zend_Auth (Authentication) and Zend_Acl (Access Control List) are two separate components in Zend Framework that serve different purposes. While Zend_Auth is responsible for authenticating users by verifying their credentials, Zend_Acl is used to control access to resources based on the authenticated user's role or permission.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create model file in zend framework?
Write a program to show the function of action helper?
Explain the working with form elements in array notation?
How to install zend framework2 on shared hosting server?
How to include js from controller and view in zend?
Zend_cache provides a generic way to cache any data?
How can I detect if an optional file has been uploaded?
Explain routing in zend framework?
How to check whether a form posted or not in the zend framework?
How we can check post method in zend framework?
List some advantages of zend framework as compared to other frameworks
Explain the difference between zend_registry and zend_session in zend?