Experiences on PHP Programming
Friday, February 13, 2009
How to Route Admin Actions in CakePHP 1.2
This is how to setup the routing:
Router::connect('/admin/:controller/:action/*', array(
'admin'=>'true','prefix'=>'admin'
, 'controller'=>'controller', 'action'=>'action'));
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment