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-18 22:41:43 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
doctrine2
/
lib
/
Doctrine
/
ORM
/
Mapping
/
Driver
History
romanb
cc9b0ff63b
[2.0][DDC-433] Fixed typo.
2010-03-18 13:46:25 +00:00
..
AbstractFileDriver.php
[2.0] Fixed missing argument in AbstractFileDriver.
2010-03-01 22:23:39 +00:00
AnnotationDriver.php
[2.0][DDC-433] Fixed typo.
2010-03-18 13:46:25 +00:00
DatabaseDriver.php
[2.0] DDC-329 - Allow Reverse Engineering with multiple column foreign keys
2010-02-13 22:28:33 +00:00
DoctrineAnnotations.php
[2.0] Code cleanups. Preparations for DDC-193. Fixed DDC-399, type configuration remains global for now but the irritating instance methods on the Configuration have been removed. Use Type::addType et al. Added TODOs for naming standards.
2010-03-15 17:19:00 +00:00
Driver.php
[2.0][DDC-122][DDC-97][DDC-98][DDC-147] Refactored metadata mapping drivers by removing the useless PRELOAD mode. Introduced ClassMetadataFactory#getAllMetadata. Classloader simplifications. Old classloaders deprecated. New Doctrine\Common\ClassLoader is almost the same as the previous IsolatedClassLoader.
2009-12-15 21:06:32 +00:00
DriverChain.php
[2.0] Adding getDrivers() method to DriverChain
2010-02-26 01:27:10 +00:00
PhpDriver.php
[2.0] Improving test coverage for mapping exporters as well as adding missing functionality
2010-03-17 21:25:19 +00:00
XmlDriver.php
[2.0] DDC-195 - Refactored Mapping Syntax again to be arrays in all annotations, xml and yaml drivers instead of parsing the fields in the AssociationMapping implementations.
2010-02-26 21:26:06 +00:00
YamlDriver.php
[2.0] Updating Symfony Yaml component to PHP 5.3 version
2010-03-16 23:03:29 +00:00