This commit is contained in:
Paminger
2016-04-05 09:36:24 +02:00
parent 3c1bcfa999
commit c124348484
52 changed files with 3175 additions and 856 deletions
+13
View File
@@ -6,6 +6,19 @@ class FHC_Controller extends CI_Controller
function __construct()
{
parent::__construct();
//$this->load->helper('language');
}
}
require_once APPPATH . '/libraries/REST_Controller.php';
class API_Controller extends REST_Controller
{
function __construct()
{
parent::__construct();
//$this->load->library('session'); -> autoload
//$this->load->library('database'); -> autoload
}
}