예제 #1
0
파일: api.php 프로젝트: renlong567/43168
 function __construct()
 {
     parent::plugin();
 }
예제 #2
0
 function __construct()
 {
     parent::plugin();
     $this->path = str_replace("\\", "/", dirname(__FILE__)) . '/';
 }