예제 #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');
 }