Friday, September 26, 2008

Multiple Views

Hi I am a newbie in Cake.

I wan to know if we can load more than one view in a single view .

To be elaborate more lets take an example of Code Igniter

in a view we can call

$this->load->view('view2'); // in a certain portion say in a row
$this->load->view('view3');/// in other row the the table.

Where view2.php , view3.php are separate view files.

Hope I am clear enough in my views :)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: