|
Posted by Eli on 10/03/90 11:19
Hi,
I want to create an object in a form that I get the class name and its
parameters, and I need to create that object...
How can this been done?
i.e:
$classname = "MyClass";
$construct_params = array("param1","param2","param3");
/* Now create the object with the given classname and params... how? */
-thanks, Eli
Navigation:
[Reply to this message]
|