What is the major difference between zend_auth and zend_acl?
Answer Posted / 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 |
Post New Answer View All Answers