Ive got a view helper in library/my/view/helper/gravatar
and so in any view I can call $this->gravatar($email)
.
But how can I access this function in the models (or controllers)?
Sorry if its already been asked but Im new and the documentation is bloody awful in parts.
Thanks everyone