2007-09-13 16:55:32 +00:00
|
|
|
<?php
|
2007-09-19 16:26:28 +00:00
|
|
|
require_once('playground.php');
|
|
|
|
require_once('connection.php');
|
2007-09-20 15:02:07 +00:00
|
|
|
require_once('models.php');
|
2007-09-21 20:30:10 +00:00
|
|
|
require_once('data.php');
|
|
|
|
|
|
|
|
$tables['Test'] = 'Test';
|
|
|
|
|
|
|
|
$import = new Doctrine_Import_Schema();
|
|
|
|
$import->importSchema('../tests/schema.yml', 'yml', 'test_models', $tables);
|