This commit is contained in:
Paminger
2016-03-12 07:12:46 +01:00
parent 7ac944ec28
commit f4aa42caa1
6 changed files with 27 additions and 10 deletions
+8
View File
@@ -1,6 +1,14 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class MY_Controller extends CI_Controller
{
function __construct()
{
parent::__construct();
}
}
// This can be removed if you use __autoload() in config.php OR use Modular Extensions
require APPPATH . '/libraries/REST_Controller.php';