Zend_Acl Screencast available
Saturday, August 9th, 2008As announced in my last blog post, I’m publishing today the second part of my Zend_Auth/Zend_Acl screencast series covering the usage of Zend_Acl. In this tutorial I’m showing how to build a static “Access Control List” and how to integrate it with the help of a plugin into an existing application.
I’ve used this way of implementing Zend_Acl some month ago on a medium-sized but simple CRUD user interface as a part of a bigger web application. So what I’m showing here is not just theory but capable for small or even medium real life projects. Maybe I will do a third screencast or write a tutorial which shows some advanced stuff like how to dynamically create and modify access control lists with the help of a database and how to cache the whole thing.
For now, enjoy the screencast.
Tags: PHP, screencast, Zend Framework, Zend_Acl


















August 27th, 2008 at 1:57 pm
Hey, thank you so much for this screencast! I’ve been developing with ZF for some months now, but I had never implemented Zend_Acl because I somehow had the impression that it was much more difficult than it really is. Now, after having seen your screencast, I’ve been able to migrate the authorization mechanism of one of my applications in a few hours. Again, thank you for this amazing effort, keep up the good work. Greetings from Spain!
August 27th, 2008 at 2:16 pm
Thanks for your feedback. I’m glad you liked it.
September 11th, 2008 at 7:00 am
Thank you for this great tutorial. Now I find missing piece when building role based web-app (where, when, how). Finaly I can to start coding CMS for my website.
Thanks again, best regards.