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.

July 26th, 2010 at 08:31 #
Liking the HTML view rather than PDF, a big improvement in my own opinion :)
July 29th, 2010 at 17:50 #
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
August 30th, 2010 at 13:29 #
Has anyone taken a crack and re-factoring this tutorial into a service layer?
August 30th, 2010 at 13:49 #
John,
Whilst not completely what you're looking for, I have a demo app on github (http://github.com/akrabat/TodoIt/) which uses a service layer for Acl.
Regards,
Rob...