tpl = $tpl; $this->error = &$error; $this->lang = $lang; $this->url = $url; $this->getParam = $getParam; $this->postParam = $postParam; } /** * @all controllers must contain an index method */ abstract function run(); } ?>