setRootDirectory (substr ($pathname, 0, - strlen ($short_name . EXT))); $this->setDirPrefix ('admin/'); parent::__construct ($name); } function render () { $this->setSomeStandardVariables (); return parent::render (); } protected function setSomeStandardVariables () { $this->current_action_url = url::getCurrentAction (); } }