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
5730a32d91
[2.0] Fixed more STRICT standards notices (only variables should be passed by reference...). @beberlei, error_reporting=E_ALL | E_STRICT
2009-12-07 13:04:54 +00:00
..
AbstractFileDriver.php
[2.0] Moved EntityManager creation to be always available in CLI Tasks
2009-10-30 00:15:53 +00:00
AnnotationDriver.php
[2.0] Fixed PHP Notice in SchemaTest (only variables should be passed by reference...) and a few other cosmetics in various parts.
2009-12-07 12:47:23 +00:00
DatabaseDriver.php
[2.0] Fixed more STRICT standards notices (only variables should be passed by reference...). @beberlei, error_reporting=E_ALL | E_STRICT
2009-12-07 13:04:54 +00:00
DoctrineAnnotations.php
[2.0] Added missing recognition of the 'fetch' attribute in metadata drivers.
2009-10-12 12:54:14 +00:00
Driver.php
[2.0] Splitting ClassMetadata in to ClassMetadataInfo and other bug fixes
2009-10-05 04:11:29 +00:00
PhpDriver.php
[2.0] Refactoring some common code in to the AnnotationDriver and creating PhpDriver for consistancy
2009-10-07 22:14:13 +00:00
XmlDriver.php
[2.0][DDC-159] Fixed.
2009-11-19 17:35:14 +00:00
YamlDriver.php
[2.0] Added missing recognition of the 'fetch' attribute in metadata drivers.
2009-10-12 12:54:14 +00:00