First you need to create an element that contains the HTML code to
display your data.
Store it in views/elements/<NAME>.ctp
In that code(the element) you can make a call to any controller action
to get the needed data.
$this->requestAction('/controller/action') (I think)
Then you would add the code that calls the element to your main page;
$this->element('<NAME>');
On Nov 23, 9:04 am, Walther <[EMAIL PROTECTED]> wrote:
> I'm using version 1.2RC3
>
> On the front-page of my application I want to be able to display
> numerous other views. For example I may want to display a view of my
> pages controller (for example a welcome message), and a view from my
> calendar controller.
>
> How would I do this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---