Commit b574c720 authored by Jonathan.Wage's avatar Jonathan.Wage

Clean up.

parent d0898c1a
......@@ -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);
\ No newline at end of file
require_once('data.php');
\ No newline at end of file
---
Test:
inheritance: { extends: User, keyField: otype, keyValue: 1 }
inheritance:
extends: User
keyField: otype
keyValue: 1
Account:
tableName: account
className: Account
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment