示例#1
0
文件: PageManager.php 项目: atk4/atk4
 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);
 }
示例#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);
 }