On Aug 18, 2006, at 2:28 PM, mutabor wrote:
> According to this session variable I want to include appropriate
> helper
> , so I need something like that:
>
> var $helpers = array('Html','Pagination',$this->Session->read
> ('lang'));
>
> but it does not work. Could anybody tell me what is the best way to
> implement things I want?
Is much of your helper code the same from language to language? I
might write a single helper that is somehow aware of the session,
rather than trying to make several different helper classes that need
to be juggled.
-- John
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---