|
|
|
|
|
by kalleboo
5105 days ago
|
|
Class names can crop up during execution as well though. This is valid PHP: $classname = $row_I_got_from_mysql['classname'];
$object = new $classname;
I'm sure this can still be solved though. It's not trivial, but it's not "takes over 9 years to fix" complex either. |
|
http://blogs.msdn.com/b/michkap/archive/2004/12/02/273619.as...