예제 #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/');
 }