Hi,

In my plugin a web-developer can add custom helpers. Therefore I load
the needed helpers dynamically. In the controller, this works fine,
but now I want to dynamically load other helpers in my main helper.
This doesn't work, since the view class loads all helpers before any
helper code is excecuted.

Is there a way for a helper to call a helper loaded in the
controller?
DynHelperName::functionName() does not work in my case because then
any 'startup variables' are not loaded in the Helper Class.

Or, how can I load other helpers in my main helper after the view
class has done it's work (maybe by just copiing parts of view.php)?

Thanks!


--~--~---------~--~----~------------~-------~--~----~
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