Zend_Acl and MVC Integration Part II (Advanced Use)
by vertigoone |
11 comments | Wednesday, July 16, 2008
In the previous article we saw how to setup our Zend_Acl instance and how to attach it to the MVC environment (by using the Front Controller Plugin), but what about setting another action for the denied access, or how does an article be edited only by its owner?, this, and some more is what we are going to see in the following examples.
Zend_Acl and MVC Integration Part I (Basic Use)
by vertigoone |
17 comments | Monday, June 23, 2008
So, what is wrong with Zend_Acl and the current MVC implementation in the Zend Framework? there is nothing wrong, it is just that it gets not too obvious for developers how to achieve an optimal integration between these two important parts of the framework.
