コード例 #1
0
ファイル: keys.php プロジェクト: rbgvictoria/keybase
 public function __construct()
 {
     parent::__construct();
     $this->load->library('KeyService');
     $this->load->library('ProjectService');
     $this->load->library('UserService');
     $this->output->enable_profiler(false);
 }
コード例 #2
0
ファイル: filters.php プロジェクト: rbgvictoria/keybase
 function __construct()
 {
     parent::__construct();
     $this->load->library('FilterService');
     $this->load->library('ProjectService');
 }