- Renamed every controller that has conflicts with class name

- Added routes to renamed controllers
 - Fixed controllers parameters in get method
This commit is contained in:
paolo
2016-05-18 11:24:10 +02:00
parent de9e92e3b0
commit 5d7d79b086
30 changed files with 119 additions and 87 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ class Zgvgruppe_model extends DB_Model
{
parent::__construct();
$this->dbTable = 'bis.tbl_zgvgruppe';
$this->pk = '';
$this->pk = 'gruppe_kurzbz';
}
}