This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
doctrine2
Watch
1
Star
0
Fork
0
You've already forked doctrine2
mirror of
synced
2025-01-31 04:21:44 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
doctrine2
/
lib
/
Doctrine
/
ORM
/
Tools
/
Export
/
Driver
History
Benjamin Eberlei
3cdff65761
Merge pull request
#63
from chesteroni/master
...
Added missing checks for associatation indexes
2011-06-05 03:28:52 -07:00
..
AbstractExporter.php
Significantly updated the Help of the ConvertMapping and GenerateEntities Commands to help people using and understanding their scope. Added an additional --force flag to ConvertMapping command.
2011-01-23 20:25:59 +01:00
AnnotationExporter.php
Throw exception when entity generator is not set
2010-04-14 14:17:09 -04:00
PhpExporter.php
Added checking for existing indexes in associatation mapping array.
2011-05-28 20:57:19 -07:00
XmlExporter.php
DDC-895 - Fix Generated XML from XMLExporter and remove silly formatting xml code used on SimpleXML by just stuffing it into DOMDocument with formatOutput=true.
2010-11-27 20:32:14 +01:00
YamlExporter.php
Fixing Notice: Undefined index: orderBy in ...Doctrine/ORM/Tools/Export/Driver/YamlExporter
2011-05-27 08:43:29 +02:00