This website requires JavaScript.
Explore
Help
Sign in
RetailCRM-Mirror
/
doctrine2
Watch
1
Star
0
Fork
You've already forked doctrine2
0
mirror of
synced
2025-04-01 20:36:14 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
4328a4e9e3
doctrine2
/
lib
/
Doctrine
/
Common
/
Annotations
History
romanb
4328a4e9e3
[2.0] Small refactorings on the cache drivers. Introduced flag to control whether the cache driver should manage the cache keys since this is an advanced feature that is not always needed and can have negative side-effects (higher probability for cache slams).
2009-10-23 15:03:00 +00:00
..
Annotation.php
[2.0] Created common Lexer code for Annotations parser and Query parser. Added some docblocks
2009-08-05 21:13:42 +00:00
AnnotationException.php
[2.0] More docblocks and changed exception thrown in Annotations parser
2009-08-08 23:16:13 +00:00
AnnotationReader.php
[2.0] Small refactorings on the cache drivers. Introduced flag to control whether the cache driver should manage the cache keys since this is an advanced feature that is not always needed and can have negative side-effects (higher probability for cache slams).
2009-10-23 15:03:00 +00:00
Lexer.php
[2.0] Some Annotations parser docblocks, optimizations, etc. Fixed wrong syntax error token report in DQL parser
2009-08-07 21:47:21 +00:00
Parser.php
[2.0] Grammar rule fixes to prevent possibility to do key=field=identifier as a correct parseable grammar
2009-10-17 02:09:02 +00:00