This commit is contained in:
parent
33a6a5e3ab
commit
721fd26543
1 changed files with 3 additions and 1 deletions
|
@ -84,7 +84,9 @@ require_once('path-to-doctrine/lib/Doctrine.php');
|
|||
|
||||
spl_register_autoload(array('Doctrine', 'autoload'));
|
||||
|
||||
Doctrine::export('models');
|
||||
$queries = Doctrine::exportSql('models');
|
||||
|
||||
print_r($queries);
|
||||
</code>
|
||||
|
||||
+++ Export options
|
||||
|
|
Loading…
Add table
Reference in a new issue