- Renamed classes, methods and properties names in german

- All the controllers exends APIv1_Controller rather than REST_Controller
 - Codeceptions modified to be compliant to changes
This commit is contained in:
paolo
2016-04-25 15:57:52 +02:00
parent ecff3747d0
commit a3a9c42e99
24 changed files with 220 additions and 230 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ class FHC_Model extends CI_Model
{
parent::__construct();
$this->load->helper('language');
//$this->load->helper('fhc_db_acl');
$this->load->helper('fhc_db_acl');
$this->lang->load('fhcomplete');
$this->load->library('FHC_DB_ACL');
//$this->load->library('FHC_DB_ACL');
}
/** ---------------------------------------------------------------