Thread: request routing
View Single Post
  #2 (permalink)  
Old 05-29-2007, 11:41 PM
SpotSec's Avatar
SpotSec SpotSec is offline
Senior Member
 
Join Date: Feb 2007
Location: United States
Posts: 121
Default

There are several ways to do that, but usually it is implemented as a plugin to the controller. In large web applications you would use Zend_Acl, but it seems you are doing something simple. A way to do this could be to either to extend the action controller or create a controller plugin.
__________________
Zym Framework - A Zend Framework extension library w/ demo app

SpotSec Blog:
http://spotsec.com/blog
Reply With Quote