Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('seo_keyword_model');
     $this->load->model('seo_service_company_model');
     $this->load->library('form_validation');
 }
Пример #2
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('seo_model');
     $this->load->library('form_validation');
     $this->load->helper('seo');
 }
Пример #3
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('edm_email_model');
     $this->load->library('form_validation');
     $this->load->helper('seo');
     $this->template->add_js('static/js/ajax/seo.js');
 }
Пример #4
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('seo_model');
     $this->load->model('seo_service_company_model');
     $this->load->library('form_validation');
     $this->load->helper('validation_helper');
     $this->load->library('excel');
 }
Пример #5
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('seo_model');
     $this->load->model('user_model');
     $this->load->model('seo_service_company_model');
     $this->load->library('form_validation');
     $this->template->add_js('static/js/sorttable.js');
 }
Пример #6
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('solr/email_search_model');
     $this->load->helper('solr');
     $this->load->model('order_model');
     $this->load->model('user_model');
     $this->load->model('shipping_code_model');
     $this->load->model('shipping_code_model');
     $this->load->model('shipping_type_model');
     $this->load->library('form_validation');
     $this->load->helper('validation_helper');
     $this->load->helper('seo');
     $this->config->load('config_shiqi');
     $this->url = 'http://service.reasonablespread.com/service.asmx?WSDL';
 }
Пример #7
0
 public function __construct()
 {
     parent::__construct();
 }
Пример #8
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('permission_copy_model');
     $this->load->library('form_validation');
 }