Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->model_photo = D("Photo");
     $this->model_cat = D("PhotoCat");
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->model = D("Single");
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->model_PTheme = D("Ptheme");
 }