예제 #1
0
 public function __construct()
 {
     parent::__construct('admin');
 }
예제 #2
0
파일: Movies.php 프로젝트: arjint2004/12516
 function __construct()
 {
     parent::__construct();
     // $this->load->library('tmdb');
     // $this->tmdb->setApikey($this->config->item('tmdb_api_key'));
 }