Variables | |
if($controller=JRequest::getWord('controller')) | $classname = 'MasterSoftVideoPlayerController'.ucfirst($controller) |
$controller = new $classname( ) |
if ($controller=JRequest::getWord('controller')) $classname = 'MasterSoftVideoPlayerController'.ucfirst($controller) |
$controller = new $classname( ) |