On Mar 4, 11:38 pm, Langdon Stevenson <[EMAIL PROTECTED]>
wrote:
> I am making a custom helper that needs access to session data and to the
> Html helper.  Following the manual's instructions I am including
>
>    var $helpers
>
> in my new helper like this:
>
>    class SecureHtmlHelper extends Helper {
>       var $helpers = array('Html', 'Session');
>          function link($title, $url) {
>             $actionAcoList = $session->read('ActionAcoList');

$this->Session->read

hth,

AD


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to