Hi all,
I'm going to make an entrance page of a cakePHP site.
This entrance page will contain views of more than one controllers,
for example
<div id="SummaryOfBoardA">
article 1 of A
article 2 of A
article 3 of A
</div>
<div id="SummaryOfBoardB">
article 1 of B
article 2 of B
article 3 of B
</div>
<div id="UsersOfBoardA">
user 1 of A
user 2 of A ...
</div>
<div id="UsersOfBoardB">
....
</div>
I already have controllers and views for each section -
BoardsController::showSummary( $bordid )
BoardsController::showUsers( $boardid )
etc.
Is there any other way but to use <IFRAME> ?
Any suggestions will be welcomed. thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---