示例#1
0
文件: log.php 项目: momoim/momo-api
 public function __construct()
 {
     parent::__construct();
     $this->model = Log_Model::instance();
 }