Thank you.
On Sep 9, 12:04 am, Martin Westin <[email protected]> wrote:
> I believe you can call it statically like this: Security::hash(...);
>
> /Martin
>
> On Sep 9, 8:45 am, Sarah <[email protected]> wrote:
>
> > I want to call the hash function from the Core Security Library.
>
> > In this controller I can simply call $this->hash(...);
>
> > but in the component I get an error: Fatal error: Call to undefined
> > method obAuthComponent::hash()
>
> > I tried $this->ControllerName->hash and $this->ModelName->hash
>
> > and I can't find anything in the manual about it.
>
> > I would appreciate it if someone could point out how to call a
> > function from the core libraries in a component (or post a link of a
> > resource, I just can't find one!).
>
> > Many thanks,
> > ~Sarah
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---