2009年6月19日星期五

Re: [fw-mvc] How to render different actions?

Why not:

<?
public function reportAction()
{
$myReportPages = array(
$this->view->action('anAction', 'aController', 'aModule'),
$this->view->action('anOtherAction', 'aController', 'aModule')
);

// create my report and get the results into a variable

file_put_content($myReportContent, 'myfile.tex');
}
--
View this message in context: http://www.nabble.com/How-to-render-different-actions--tp24088905p24108902.html
Sent from the Zend MVC mailing list archive at Nabble.com.

没有评论: