You should be able to execute the action, then wrap a render() call in
an output buffer, something like:

ob_start();
$this->your_action();
$this->render('your_action', 'layout');
$rendered_view = ob_get_clean();

of course, if your action explicitly calls render, don't put it in
there again :)


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