function __construct()
 {
     parent::__construct();
     $this->loadModel('photo_gallery_model');
     $this->loadModel('photocategory_model');
     $this->photo_width = Config::get('photogallery.width', 800);
     $this->thumb_width = Config::get('photogallery.thumb_width', 320);
     $this->image_path = Config::get('photogallery.upload_path');
 }
 function __construct()
 {
     parent::__construct();
 }
Beispiel #3
0
 /**
  * Construct this object by extending the basic Controller class
  */
 function __construct()
 {
     parent::__construct();
     //$this->loadModel('login_model');
 }
Beispiel #4
0
 function __construct()
 {
     parent::__construct();
     $this->loadModel('pages_model');
 }
 function __construct()
 {
     parent::__construct();
     $this->loadModel('testimonials_model');
 }
Beispiel #6
0
 function __construct()
 {
     parent::__construct();
     $this->loadModel('client_model');
 }
Beispiel #7
0
 function __construct()
 {
     parent::__construct();
     $this->loadModel('blog_model');
     $this->loadModel('blogcategory_model');
 }
Beispiel #8
0
 function __construct()
 {
     parent::__construct();
     $this->loadModel('slider_model');
 }
Beispiel #9
0
 function __construct()
 {
     parent::__construct();
     $this->loadModel('settings_model');
 }
Beispiel #10
0
 function __construct()
 {
     parent::__construct();
     $this->loadModel('newsletter_model');
     //$this->loadModel('newsletterstat_model');
 }