예제 #1
0
파일: url.php 프로젝트: joyerma/yongzhuo
 public function __construct()
 {
     parent::model();
     if ($this->config['debug']) {
         $this->nocache = '0.' . $this->time;
     }
 }
예제 #2
0
 public function __construct()
 {
     parent::model();
 }
예제 #3
0
파일: res.php 프로젝트: renlong567/43168
 function __construct()
 {
     parent::model();
     $this->img_type_list = array("jpg", "gif", "png", "jpeg");
 }
예제 #4
0
파일: form.php 프로젝트: joyerma/yongzhuo
 function __construct()
 {
     parent::model();
     $this->info = $this->lib('xml')->read($this->dir_phpok . 'system.xml');
 }
예제 #5
0
파일: site.php 프로젝트: renlong567/43168
 public function __construct()
 {
     parent::model();
     $this->_site_all();
 }