- Migration tool workaround for new installation

- phpC(dis)I better configuration
This commit is contained in:
paolo
2016-08-03 11:58:46 +02:00
parent 5fb0408a31
commit 92a81ae3a4
3 changed files with 26 additions and 15 deletions
+8
View File
@@ -36,6 +36,14 @@ class basis_db
public function __construct($ci)
{
$this->ci=$ci;
if (!defined('FHC_INTEGER'))
{
define('FHC_INTEGER',1);
define('FHC_STRING',2);
define('FHC_BOOLEAN',3);
define('FHC_LANG_ARRAY',4);
}
}
public function db_connect()