public function debug() { $this->debug = true; parent::debug('base_path=' . $this->base_path); parent::debug('page=' . $this->app->page); parent::debug('template_filename=' . $this->template_filename); }
function debug() { $this->debug = true; parent::debug("base_path=" . $this->base_path); parent::debug("page=" . $this->app->page); parent::debug("template_filename=" . $this->template_filename); }