I guess I was thinking along the lines of pointing both routes to the
same controller then using passed params in shared methods:

Route::connect('/db1/users/*' => array('controller' =>
'controllerForBoth'));

function myControllerMethod() {
if($this->params['url']['url'] == ....

> 2. some routes + controller magic - (can you explain more on this
> Tim?)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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