Zend_Acl, jQuery and HTTP Status Codes
Wednesday, November 26th, 2008In my controllers, I use Zend_Acl to check whether or not a user is allowed to perform an action (i.e. should the code in the method be executed). I also have to check permissions once in a method, as someone might be trying to access an object that does not belong to them - i.e. […]