I am working on a project which needs role privileges, for example:
- *Guest
*Customer
*Admin
I have done the usual searches on the internet and forums. These are several of the articles i have found:
- http://devzone.zend.com/article/3509
http://devzone.zend.com/article/3510
http://codeutopia.net/blog/2009/02/06/zend_acl-part-1-misconceptions-and-simple-acls/
http://codeutopia.net/blog/2009/02/11/zend_acl-part-2-different-roles-and-resources-more-on-access/
http://codeutopia.net/blog/2009/02/18/zend_acl-part-3-creating-and-storing-dynamic-acls/
I understand Zend_Acl, when i look at these articles and inspect the code i understand what is going on. What i don't understand is where to put the code =S I am just perplexed about how difficult it has been for me to get a simple example up and running. Please could someone provide me with some directions about where to put what code?
Much appreciated,
Regards,
-Ben

