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.
Liking the HTML view rather than PDF, a big improvement in my own opinion :)
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
Has anyone taken a crack and re-factoring this tutorial into a service layer?
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…
you could put the database project ?
(http://github.com/akrabat/TodoIt/)
could download it?
Greetings
Jared,
TodoIt has migrations in the scripts folder.
Regards,
Rob…
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