> what about Router::url() ?
My function is just a comodity for me, I usually use it like this:
echo $form->create('Model', array( 'url' => url('ThingsController',
'crazyActionName')));
It's just a shorter form of array('controller' => 'ThingsController',
'action' => 'crazyActionName')
- Dardo Sordi
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---