#1544: Doctrine::loadModels() change returned models in aggressive versus
conservative mode
------------------------------+---------------------------------------------
Reporter: piccoloprincipe | Owner: jwage
Type: defect | Status: closed
Priority: major | Milestone:
Component: Import/Export | Version: 1.0.2
Resolution: invalid | Keywords: loadModels, export, aggressive
Has_test: 0 | Mystatus: Pending Core Response
Has_patch: 0 |
------------------------------+---------------------------------------------
Changes (by jwage):
* status: new => closed
* resolution: => invalid
Comment:
This is the intended behavior. You can export the sql like the following.
Doctrine::createTablesFromArray(Doctrine::getLoadedModels());
No matter which model loading type you use it will create the tables.
--
Ticket URL: <http://trac.doctrine-project.org/ticket/1544#comment:1>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---