Hey,
is it possible to define a constant - lets say
define('CLASS_N AME','Shows');
and then initialize the Shows class with
$obj = new CLASS_NAME();
This obviously doesn't work, but how would i have to do it to make it
work?
Best regards,
Nikolai Onken
is it possible to define a constant - lets say
define('CLASS_N AME','Shows');
and then initialize the Shows class with
$obj = new CLASS_NAME();
This obviously doesn't work, but how would i have to do it to make it
work?
Best regards,
Nikolai Onken
Comment