Pragmatism in the real world

New Zend_Auth tutorial

After too many months of neglect, I have completely rewritten my Zend_Auth tutorial so that it is compatible with Zend Framework 1.10!

As an experiment, I have written it directly in HTML, rather than PDF as before and cover the login form along with the login controller code required to authenticate a user using a database table. For good measure, I’ve included logging out and a view helper to show how to access the logged in user’s details.

The full source code is also available, if you don’t want to type it in :)

I hope you find it useful.

7 thoughts on “New Zend_Auth tutorial

  1. Liking the HTML view rather than PDF, a big improvement in my own opinion :)

  2. The new version of this is wonderful, so much easier to follow than the earlier one (or maybe I am just getting better at ZF!?)

    I would love to see part 2 of this which tutorial explaining Zend_Acl

  3. I get the following error

    Catchable fatal error: Object of class stdClass could not be converted to string in D:Archivos de programaVertrigoServwwwzendloginlibraryZendAclRoleRegistry.php on line 124

    Spent an object as a string, which object?

    I am using the latest version of Zend

Comments are closed.