ZF example application part 6 Introduction to Zend_Form and Authentication with Zend_Auth
Thursday, May 8th, 2008Today has been posted new part in tutorial series of creating blog application using Zend Framework. Pádraic Brady in this part shows how to use Zend_form and Zend_Auth libraries.
In the previous entry, we created a new Administration Module to hold blog management functionality, added a Module specific layout for it, and discussed the upcoming need to ensure this is only accessible by authorised Authors. In this entry I’ll unravel some of Zend_Form’s mysteries in adding a login form, before using Zend_Auth to implement authentication for authors.
In this part you would find many grate information how to build authentication system for your application using Zend Framework.