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(); }
/** * Construct this object by extending the basic Controller class */ function __construct() { parent::__construct(); //$this->loadModel('login_model'); }
function __construct() { parent::__construct(); $this->loadModel('pages_model'); }
function __construct() { parent::__construct(); $this->loadModel('testimonials_model'); }
function __construct() { parent::__construct(); $this->loadModel('client_model'); }
function __construct() { parent::__construct(); $this->loadModel('blog_model'); $this->loadModel('blogcategory_model'); }
function __construct() { parent::__construct(); $this->loadModel('slider_model'); }
function __construct() { parent::__construct(); $this->loadModel('settings_model'); }
function __construct() { parent::__construct(); $this->loadModel('newsletter_model'); //$this->loadModel('newsletterstat_model'); }