On Mon, Nov 3, 2008 at 10:09 AM, Todd M <[EMAIL PROTECTED]> wrote: > > I'm a newbie here, but I think I understand the whole url/controller/ > action/parm1/parm2 routing convention. However is there a way that > you use the _POST array to rout to the correct action/parm's > > For instance, I'll always be using the www.example.net/my_controller, > which takes me to the my_controller->index(); I would like to look at > the _POST array and redirect it to the my_controller- >>special_action();
Read about CakePHP routes. http://www.google.com.br/search?q=cakephp+routes Best regards. -- MARCELO DE F. ANDRADE (aka "eleKtron") Belem, PA, Amazonia, Brazil Linux User #221105 [EMAIL PROTECTED] ~]# links http://pa.slackwarebrasil.org/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
