Yes,

class myviewhelper extends ...
{
    public function myviewhelper()
    {
        return $this;
    }

    public function foo(){}
}

$this->myviewhelper()->foo();

There are plenty of standard view helpers that use this so have a look
at those :)

2009/4/13 helderfelipe <helderfel...@gmail.com>:
>
> is it possible ? how i call in the view script ?
> --
> View this message in context: 
> http://www.nabble.com/view-helpers%2C-multiple-methods-tp23026902p23026902.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
>



-- 
----------------------------------------------------------------------
[MuTe]
----------------------------------------------------------------------

Reply via email to