- Modified FHC_Model, now it is saving uid in CI session

- Added codeception tests
- Added statistik to dump.sql
- Moved old libraries to CI
This commit is contained in:
paolo
2016-06-06 16:36:23 +02:00
parent dabcf8188b
commit 0dc605df3c
19 changed files with 209 additions and 34 deletions
+2
View File
@@ -27,6 +27,8 @@ require_once(dirname(__FILE__).'/../application/models/crm/Preinteressent_model.
class preinteressent extends Preinteressent_model
{
use db_extra; //CI Hack
public $new; // boolean
public $result = array();