Hellow, folks!
I need create elements to be shared by diferent apps in the cake
enviroment (like a global element). Is it possible?
I know it's possible create Helpers to be shared this way by putting
them in cake_version/cake/libs/view/helpers.
I've tried to create an element in
cake_version/cake/libs/view/templates/elements (i don't know if it's
correct) but calling $this->renderElement('element_name') in the View
wasn't successfull.
I could create Helpers instead of Elements but i'll need to load all
this Helpers in Controllers all the time.... so i'm trying to avoid it.
Any suggestions?
Thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---