Пример #1
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library('form_validation');
     $this->lang->load('admin_users');
     $this->lg =& $this->lang->language;
 }
Пример #2
0
 function __construct()
 {
     parent::__construct();
     $this->load->library('ion_auth');
     $this->load->library('session');
     $this->load->library('form_validation');
     $this->load->helper('url');
     // Load MongoDB library instead of native db driver if required
     $this->config->item('use_mongodb', 'ion_auth') ? $this->load->library('mongo_db') : $this->load->database();
     $this->form_validation->set_error_delimiters($this->config->item('error_start_delimiter', 'ion_auth'), $this->config->item('error_end_delimiter', 'ion_auth'));
 }
Пример #3
0
 public function __construct()
 {
     parent::__construct();
     $this->langMap = array('index' => 'Шаблоны', 'add' => 'Добавление шаблона', 'edit' => 'Редактирование шаблона', 'dirs' => 'Директории шаблона "%s"');
 }
Пример #4
0
 public function __construct()
 {
     parent::__construct();
 }
Пример #5
0
 public function __construct()
 {
     parent::__construct();
     $this->langMap = array('index' => 'Рекламные файлы', 'add' => 'Добавление рекламного файлв', 'edit' => 'Редактирование рекламного файла');
 }
Пример #6
0
 public function __construct()
 {
     parent::__construct();
     $this->langMap = array('index' => 'Музыка', 'add' => 'Добавление музыки', 'edit' => 'Редактирование музыкального файла');
 }
Пример #7
0
 public function __construct()
 {
     parent::__construct();
     $this->load->helper('translit');
 }
Пример #8
0
 public function __construct()
 {
     parent::__construct();
     $this->langMap = array('index' => 'Директории шаблонов', 'add' => 'Добавление директории шаблона', 'edit' => 'Редактирование директории шаблона', 'music' => 'Музыка директории "%s"');
 }