1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/playground/models.php
2007-09-21 18:01:08 +00:00

28 lines
790 B
PHP

<?php
$models = Doctrine::loadModels('models');
$manager->setAttribute(Doctrine::ATTR_EXPORT, Doctrine::EXPORT_ALL);
$tables = array('Entity',
'EntityReference',
'EntityAddress',
'Email',
'Phonenumber',
'Groupuser',
'Group',
'User',
'Album',
'Book',
'Song',
'Element',
'Error',
'Description',
'Address',
'Account',
'Task',
'Resource',
'Assignment',
'ResourceType',
'ResourceReference');
$conn->export->exportClasses($tables);