%PDF- %PDF-
Direktori : /home/ugotscom/public_html/dg/application/controllers/ |
Current File : /home/ugotscom/public_html/dg/application/controllers/Api.php |
<?php defined('BASEPATH') OR exit('No direct script access allowed'); // This can be removed if you use __autoload() in config.php OR use Modular Extensions /** @noinspection PhpIncludeInspection */ require APPPATH . '/libraries/REST_Controller.php'; // use namespace //use Restserver\Libraries\REST_Controller; /** * This is an example of a few basic user interaction methods you could use * all done with a hardcoded array * * @package CodeIgniter * @subpackage Rest Server * @category Controller * @author Phil Sturgeon, Chris Kacerguis * @license MIT * @link https://github.com/chriskacerguis/codeigniter-restserver */ class Api extends REST_Controller { public function index(){ echo "hello"; } }