[PHP-WIN] Re: Recursive function within a class

2003-06-09 Thread Brad Thomas
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

[PHP-WIN] Re: Recursive function within a class

2003-03-07 Thread Thomas Smart
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