I have three classes that all have a static function called \'create\'. I would like to call the appropriate function dynamically based on the output from a form, but am hav
I believe this can only be done since PHP 5.3.0. Check this page and search for $classname::$my_static to see the example.
$classname::$my_static