Re: How to do dynamic includes of controllers

2007-01-11 Thread Dave Rogers

I just wanted to make sure I understood you.

I found this link on cakephp groups:
http://groups.google.com/group/cake-php/browse_frm/thread/6dab044365132bdf/02ffb077f9ebf389?lnk=gst&q=elements&rnum=14#02ffb077f9ebf389

Is that what you had in mind?


--~--~-~--~~~---~--~~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: How to do dynamic includes of controllers

2007-01-11 Thread gwoo

Use elements. Put your requestAction calls in the elements. Do not
return the view from requestAction. Just return the data and have the
element display it.


--~--~-~--~~~---~--~~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---