News Feed
Jobs Feed
Sections




News Archive
Giorgio Sironi's Blog:
Php login with Zend_Auth
October 29, 2009 @ 09:23:02

In a new tutorial posted on his blog today Giorgio Sironi looks at the Zend_Auth component of the Zend Framework and how to create a simple login authentication method with it.

Zend_Auth is the component of the Zend Framework which provides a standard authentication mechanism for web applications users. It has few dependencies (on Zend_Loader and on Zend_Session for default persistence of the authentication) and, as other framework components, will let you concentrate on the user experience instead of worrying about boilerplate code.

He talks about how Zend_Auth handles properties internally and how it can make it easier to build out those redundant bits of so many applications you've worked with. He also includes a custom adapter that can directly use PDO to connect to the database and grab the login information it needs (to remove a dependency on Zend_Db).

0 comments voice your opinion now!
login zendframework zendauth tutorial


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Top 15+ Best Practices for Writing Super Readable Code

DevShed: Main Methods of the DirectoryIterator Class in PHP 5

DevShed: Implementing the commit() and rollback() Methods with mysqli and PHP 5

Chris Hartjes' Blog: Don’t Fear The Command Line: Using CakePHP Shells

Lullabot.com: Single Sign-on across Sub-Domains in Drupal with No Extra Modules


Community Events











Don't see your event here?
Let us know!


functional interview zendframework2 phpunit podcast usergroup google testing introduction symfony2 release development rest conference database opinion community language series framework

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