1
0
mirror of synced 2025-02-23 07:33:14 +03:00
doctrine2/playground/index.php
2007-09-21 19:19:25 +00:00

8 lines
241 B
PHP

<?php
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);