Pass any extra data in the second parameter of the requestAction, then 
look in $this->params.

$myarray = array('stuff'=>'goes in here', 'return'=>true );
$html = $this->requestAction('controller/action', $myarray);

then in the requested action, look at $this->params['stuff']


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to