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

@ -30,7 +30,7 @@
define('INSIDE' , true);
define('INSTALL' , false);
require_once dirname(__FILE__) .'/application/bootstrap.php';
require_once dirname(__FILE__) .'/application/bc.php';
$mode = Wootook::getRequest()->getPost('mode');