コード例 #1
0
ファイル: admin.php プロジェクト: Speennaker/tanyaprykhodko
 function __construct()
 {
     parent::__construct('admin');
     $this->languages = $this->languages_model->get_languages();
     $this->load->model('albums_model');
     $this->load->helper('string');
     $this->bulk_actions = ['separated' => []];
 }
コード例 #2
0
ファイル: index.php プロジェクト: Speennaker/tanyaprykhodko
 function __construct()
 {
     parent::__construct('home');
 }