so in first part i made 2 object, instantiate two classes (one we generate from createController function)
$loader = new Loader(); $controller = $loader->cre
You can simply put the $this->action in another local variable and then, call it:
$this->action
$action = $this->action; $this->$action();