Re: [PHP] Dynamic Function Call

2004-06-07 Thread Tom Rogers
Hi, Monday, June 7, 2004, 11:47:00 AM, you wrote: > Hello everyone! > I'm trying to call a class method dynamically, but keep getting a SYNTAX > ERROR. Can anyone shed some light on this? Is this impossible? > ==The Code > function &modCall($_class){ > $this->LoadClass($_class); //LoadClas

[PHP] Dynamic Function Call

2004-06-06 Thread [-^-!-%-
Hello everyone! I'm trying to call a class method dynamically, but keep getting a SYNTAX ERROR. Can anyone shed some light on this? Is this impossible? ==The Code function &modCall($_class){ $this->LoadClass($_class); //LoadClass includes the class file, but /