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:
parent
50538bd332
commit
d75265a8fe
451 changed files with 17743 additions and 6334 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue