Exemplo n.º 1
0
 public function __construct()
 {
     parent::model();
     if ($this->config['debug']) {
         $this->nocache = '0.' . $this->time;
     }
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::model();
 }
Exemplo n.º 3
0
 function __construct()
 {
     parent::model();
     $this->img_type_list = array("jpg", "gif", "png", "jpeg");
 }
Exemplo n.º 4
0
 function __construct()
 {
     parent::model();
     $this->info = $this->lib('xml')->read($this->dir_phpok . 'system.xml');
 }
Exemplo n.º 5
0
 public function __construct()
 {
     parent::model();
     $this->_site_all();
 }