but you can pass parameters in request action:
 $somevar =  $this->Modelname->requestAction('/listings/show/4',
array('return'));

 or in the view
 <?php echo  $this->controller->requestAction('/listings/show/4',
array('return')); ?>

 spark


On 7/30/06, darx <[EMAIL PROTECTED]> wrote:
>
> Fine. I'll follow your tips trying not to duplicate actions, though you
> cannot passing parameters through requestAction.
> I hope things will improve on the next versione of Cake.
>
>
> >
>


-- 
[web] http://synapsisdi.com.br
[livesets] http://djspark.com.br

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to