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 get variable value from getting in zend framework?
How to call two different views from same action?
How to use a sql function or perform calculations in a statement generating with zend_db_select?
What is the major difference between zend_auth and zend_acl?
What is the use of bootstrap?
How to access route, post, get etc. Parameters in zend framework 2?
What new in zend framework 2.0?
What do you mean by zend engine?
How to write a program that performs the calculations using the sql function?
What does autoloader in zend framework?
What is the difference between zend_auth and zend_acl?
Configuration in zend framework, application.ini file?