예제 #1
0
파일: log.php 프로젝트: momoim/momo-api
 public function __construct()
 {
     parent::__construct();
     $this->model = Log_Model::instance();
 }