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 CodeIgniter from Scratch Day 7: Pagination

Zend Developer Zone: Zend Framework and the New Hybrid Designer

The Bakery: Seven New Components, Articles and Tutorials Posted

Padraic Brady's Blog: Zend Framework Proposal: Zend\Html\Filter (HTML Sanitisation And Manipulation)

JSLabs Blog: How to turn a php script to an exe...for free


Community Events









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


testing tool unittest community framework interview podcast object event code introduction api zendframework2 opinion language release development functional composer example

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