1
0
mirror of synced 2025-01-17 22:11:41 +03:00

Clean up.

This commit is contained in:
Jonathan.Wage 2007-09-21 20:35:09 +00:00
parent d0898c1a81
commit b574c7209e
2 changed files with 5 additions and 7 deletions

View File

@ -2,9 +2,4 @@
require_once('playground.php');
require_once('connection.php');
require_once('models.php');
require_once('data.php');
$tables['Test'] = 'Test';
$import = new Doctrine_Import_Schema();
$import->importSchema('../tests/schema.yml', 'yml', 'test_models', $tables);
require_once('data.php');

View File

@ -1,6 +1,9 @@
---
Test:
inheritance: { extends: User, keyField: otype, keyValue: 1 }
inheritance:
extends: User
keyField: otype
keyValue: 1
Account:
tableName: account
className: Account