Hello
I have admin-generator modules for several tables and would like to show some
of them in one view. How should I do that?
Can I have something like
apps/admin/overview/actions/actions.class.php indexAction():
$this->output = $this->getController()->getPresentationFor('mymodule1',
'list');
$this->output .= $this->getController()->getPresentationFor('mymodule2',
'list');
apps/admin/overview/templates/indexSuccess.php
<h1>Overview</h1>
<?php echo $output ?>
but without the problem that getPresentationFor() renders the complete layout
i.e. giving me several headers and footers?
Would the "right" solution be to copy & paste the admin-generator code
from the cache and put it into a component?
bye,
-christian-
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---