1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/playground/models.php

27 lines
764 B
PHP
Raw Normal View History

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