hi,

I have a single RSS feed generator that can data from multiple
controller and generate the RSS. Currently I have it as an element and
for each controller class, I have a view that call this element to
generate the RSS feed. For instance.

I was wondering is there any way in cakePHP 1.2, that allows to share
same view across multiple controllers so I don't need to duplicate the
views that calls the RSS generator element. Something similar to $this-
>render but which can take any view or file path.

Looking at the core library, I realized there is an option to give a
file path in render function but not sure whether it is meant for this
only.


Regards,
Ritesh
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to