News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:



Matthew Weir O'Phinney's Blog:
Login and Authentication with Zend Framework
0 comments :: posted Monday March 31, 2008 @ 15:03:23
voice your opinion now!

In a new entry on his blog today, Matthew looks to answer and help those once and for all wondering how to handle user authentication and persistence in their Zend Framework applications.

The typical issue is that they're unsure how to combine: an authentication adapter, a login form, a controller for login/logout actions and checking for an authenticated user in subsequent requests. It's not terribly difficult, but it does require knowing how the various pieces of the MVC fit together, and how to use Zend_Auth. Let's take a look.

He gives the complete code for a loin controller to cover most of that functionality and an example showing how to check for and keep track of which users have been authenticated.

tagged with: tutorial zendframework login authentication example controller


package zendframework release zend database conference book ajax application mysql framework code releases developer security PHP5 pecl job cakephp PEAR

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework