public function __construct()
 {
     parent::__construct();
     $this->model_photo = D("Photo");
     $this->model_cat = D("PhotoCat");
 }
 public function __construct()
 {
     parent::__construct();
     $this->model = D("Single");
 }
 public function __construct()
 {
     parent::__construct();
     $this->model_PTheme = D("Ptheme");
 }