コード例 #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/');
 }