예제 #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);
 }