Exemplo n.º 1
0
 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);
 }
Exemplo n.º 2
0
 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);
 }