Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->model = D("Single");
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->model_photo = D("Photo");
     $this->model_cat = D("PhotoCat");
 }
 function _initialize()
 {
     parent::_initialize();
     $this->check_login();
     //$this->check_user();
 }
Esempio n. 4
0
 public function __construct()
 {
     parent::__construct();
     $this->model_PTheme = D("Ptheme");
 }