1
0
mirror of synced 2025-02-07 15:59:27 +03:00
doctrine2/playground/index.php

8 lines
241 B
PHP
Raw Normal View History

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');
require_once('models.php');
require_once('data.php');
$import = new Doctrine_Import_Schema();
$import->importSchema('../tests/schema.yml', 'yml', 'test_models', $tables);