Howdy, bakers.  I have a quick routing question.  How can I manually
configure a route so that it knows it is an admin route?  Here's what
I have, but it's not recognizing it's "admin"-ability:

Router::connect('/admin/best-practices/:action/*', array('controller'
=> 'best_practices'));

Basically, I'm trying to make my URLs have dashes, instead of
underscores, and so I can't use the automatic routes.  Any ideas?
Thanks in advance!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to