You can, you just need to use the $this variable, so $this->a($y)
"Olafsson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello
>
> I´ve a small problem. I´ve created a class with serveal functions but
when
> I try to make a recursive function within the class it generates an err
im not sure if i understand your question completely
but u can call a function in a class like so
classname::functionname($vars);
"Olafsson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello
>
> I´ve a small problem. I´ve created a class with serveal functions but
when
> I try t