Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->GC->response->setViewPrefix('v2/');
     include BASE_PATH . '/libraries/LongURL_API_v2.php';
     $this->api = new LongURL_API_v2();
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->GC->response->setViewPrefix('v1/');
 }