public function __construct()
 {
     parent::__construct();
     $this->load->model(array('Story', 'Users', 'Categories', 'Tags'));
     $this->load->library(array('breadcrumbs', 'form_validation'));
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('Current_user');
 }
 public function __construct()
 {
     parent::__construct();
 }
 public function __construct()
 {
     parent::__construct();
     $this->load->helper(array('collectiontitle'));
 }