1
0
mirror of synced 2024-12-14 07:06:04 +03:00

Back to default.

This commit is contained in:
Jonathan.Wage 2007-09-21 19:19:52 +00:00
parent 4b82c6fbb2
commit 57ce06332f

View File

@ -3,6 +3,3 @@ require_once('playground.php');
require_once('connection.php');
require_once('models.php');
require_once('data.php');
$import = new Doctrine_Import_Schema();
$import->importSchema('../tests/schema.yml', 'yml', 'test_models', $tables);