示例#1
0
文件: V2.php 项目: bigbash/longurl
 public function __construct()
 {
     parent::__construct();
     $this->GC->response->setViewPrefix('v2/');
     include BASE_PATH . '/libraries/LongURL_API_v2.php';
     $this->api = new LongURL_API_v2();
 }
示例#2
0
文件: Main.php 项目: bigbash/longurl
 public function __construct()
 {
     parent::__construct();
     $this->GC->response->setViewPrefix('v1/');
 }