Updated code base & unit tests of WootookCore module

Added a Dependency Injection
Started to refactor the Database\Sql\Dml component

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
Gregory PLANCHAT 2012-07-12 02:37:05 +02:00
commit d75265a8fe
451 changed files with 17743 additions and 6334 deletions

View file

@ -31,7 +31,7 @@
define('INSIDE' , true);
define('INSTALL' , false);
define('IN_ADMIN', true);
require_once dirname(dirname(__FILE__)) .'/application/bootstrap.php';
require_once dirname(dirname(__FILE__)) .'/application/bc.php';
includeLang('admin');
$parse = $lang;
@ -63,4 +63,4 @@ $parse = $lang;
message( $lang['sys_noalloaw'], $lang['sys_noaccess'] );
}
?>
?>