I am using Zend Framework for one of my projects and I am very new to Zend Framework.
Can you please tell me the difference between Aend_Auth
and Zend_Acl
?
Zend Auth is used for authenticate the end user , it handles the login and session managment while zend acl is a diffrent thing . You can deside the role of the loged in user like admin , manager , customer atc. I preffer to see zend documentation for more information.