01/09/08

Zend_Acl and MVC

Quickstart Screencasts

Zend_Auth
Zend_Acl

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_Auth does a lot of behind the scenes work to make persisting an identity in the session trivial. Combine it with Zend_Form, and you have a very easy to implement solution for retrieving and validating credentials; add standard hooks in the Zend_Controller component for filtering actions prior to dispatch, and you can restrict access to applications easily based on authentication status.”

Zend

Zend framework Webinars

Zend_Auth helps 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 using Zend_Auth and demonstrate its flexibility and extensibility for custom functionality.”

Leave a Reply