Hi,
Just to try and help with point 1....
"Is it possible to tell a controller to use multiple views? It's own
and also
any other? "
The auto-rendering of views matching the controller action is handy,
but not enforced - I believe you're looking for the Controller's
render() method.
As per the manual:
render
* string $action
* string $layout
* string $file
" ... you can call this function to render the view at any point in the
controller logic"
Hope that helps!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---