01/09/08
Zend_Acl and MVC
Quickstart Screencasts
Zend Developer Zone Tutorials
Zend_Acl and MVC Integration Part I (Basic Use)
Zend_Acl and MVC Integration Part II (Advanced Use)
Matthew Weier O’Phinney Tutorial
Login and Authentication with Zend Framework
“
Zend_Authdoes a lot of behind the scenes work to make persisting an identity in the session trivial. Combine it withZend_Form, and you have a very easy to implement solution for retrieving and validating credentials; add standard hooks in theZend_Controllercomponent for filtering actions prior to dispatch, and you can restrict access to applications easily based on authentication status.”
Zend
“
Zend_Authhelps web developers to implement authentication for their applications by providing a simple API and various adapters for popular authentication backends, such as LDAP, InfoCard, and OpenID. In this webinar, we implemented the authentication process usingZend_Authand demonstrate its flexibility and extensibility for custom functionality.”
Leave a Reply