Any params can be passed like: /controller/action/param1/param2/param3 Or as named params: /controller/action/name:bob/city:paris/ account:active
to see the params in your controller pr($this->params) p.s. It is almost always a bad idea to use requestAction() ;) On Jan 14, 9:55 am, Mario Cesar <[email protected]> wrote: > hi! > i have parameters with / ex '2008/2,' '2008/1' > but the cake read only 2008 > how can i pass the /??? > > i'm using > $turma = 'qqq/w'; > $this->requestAction("/turmasDisciplinasHorarios/getDisciplinaTurma/ > $turma/$filial/$disciplina"); > > someone can help me? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
