public function __construct() { $URL = new BackendURL(); new BackendTemplate(); new BackendNavigation(); new BackendHeader(); $action = new BackendAction(); $action->setModule($URL->getModule()); $action->setAction($URL->getAction()); $action->execute(); }