Hi,
I would like to know if someone investigated the method of creating
classes dynamically depending on the name. I do not like a lot of ifs
and I suppose that something like call_user_func_ array('ClassNam e',
array($param1, $param2, $param3, ..., $paramN)) should exist over the
PHP language. Any suggestions?
Thanks,
Alexander
I would like to know if someone investigated the method of creating
classes dynamically depending on the name. I do not like a lot of ifs
and I suppose that something like call_user_func_ array('ClassNam e',
array($param1, $param2, $param3, ..., $paramN)) should exist over the
PHP language. Any suggestions?
Thanks,
Alexander
Comment