- Renamed APIv1_Controller to API_Controller

- Adapted code
- Added functionalities to API_Controller to log into the database
This commit is contained in:
Paolo
2020-02-07 15:11:00 +01:00
parent b0380f4b64
commit 0239246ab0
220 changed files with 342 additions and 269 deletions
@@ -12,7 +12,7 @@ class CheckUserAuth extends RESTFul_Controller
parent::__construct();
// Loads helper message to manage returning messages
// NOTE: loaded here because it does not extend the APIv1_Controller
// NOTE: loaded here because it does not extend the API_Controller
$this->load->helper('hlp_return_object');
}