Initial commit.
This commit is contained in:
commit
2c860e8009
43 changed files with 12560 additions and 0 deletions
7
generate.php
Normal file
7
generate.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once('bootstrap.php');
|
||||
|
||||
$gen = new b8\Database\CodeGenerator(b8\Database::getConnection(), 'PHPCI', './PHPCI/');
|
||||
$gen->generateModels();
|
||||
$gen->generateStores();
|
||||
Loading…
Add table
Add a link
Reference in a new issue