1
0
mirror of synced 2024-12-15 15:46:02 +03:00
Commit Graph

122 Commits

Author SHA1 Message Date
Benjamin Eberlei
833a4a9319 Clarify not to use prefix blacklash in targetEntity 2010-10-29 14:12:29 +02:00
Benjamin Eberlei
3182f150c1 Fix a little render glitch 2010-10-29 13:30:02 +02:00
Jonathan H. Wage
62aef84205 Merge remote branch 'ralfas/master' 2010-10-18 17:15:38 -05:00
Benjamin Eberlei
9c63363ccc Add details on the negative performance impact of STI and CTI in many-to-one or one-to-one scenarios 2010-10-11 20:36:52 +02:00
Ralfas
e4b1357a22 fixed typos and grammar 2010-10-07 22:39:52 +01:00
Ralfas
f8ba66bb0c fixed typos 2010-10-05 22:43:56 +01:00
Benjamin Eberlei
e9617f1e50 DDC-798 - Clarify parameters for MEMBER OF expression 2010-09-30 22:09:49 +02:00
Benjamin Eberlei
4f18aaaf6e DDC-797 - Fix dql example bug 2010-09-30 22:05:39 +02:00
Benjamin Eberlei
d2efb5bbc8 Add NOT INSTANCE OF use-case to DQL manual 2010-09-27 22:59:50 +02:00
Benjamin Eberlei
e8eed2ebae Add legacy identifier quoting to the list of Known Issues 2010-09-23 22:48:39 +02:00
Benjamin Eberlei
7a8b69edbb Extend restriction and caution notes on identifier quoting 2010-09-23 22:40:12 +02:00
Benjamin Eberlei
bebc8cf871 Add section about deferred schema validation into association mapping chapter, add note about private/protected property in entities for lazy-laoding purposes, added subchapters on identity map internals and object graph traversal to the Working with Objects section 2010-09-21 21:55:35 +02:00
Michael Ridgway
13a99c30ea Fixed example in Establishing Associations 2010-09-09 12:39:02 -05:00
Christian Heinrich
e342b4536a Added a caution sign for case-sensitivity of mapping types.
This might help to prevent beginners from being confused when an error is raised due to
wrong spelling. (Like DateTime (wrong) <-> datetime (right))
2010-09-06 11:09:54 -05:00
Benjamin Eberlei
3d7eb3bac8 Enhanced Native SQL documentation 2010-09-04 09:19:05 +02:00
Christian Heinrich
d8dd44aa16 Added a naming convention for events 2010-09-03 10:50:56 -05:00
Benjamin Eberlei
d4489d1bdc Added large Note/Warning on SchemaTool usage and assumptions 2010-08-31 23:23:05 +02:00
Benjamin Eberlei
a6cdafe85c Merge branch 'master' of github.com:doctrine/orm-documentation 2010-08-31 23:10:45 +02:00
beberlei
088ccf58fc Updated XML Cookbook Getting Started and Tools Chapter 2010-08-29 10:50:07 +02:00
Christian Heinrich
4232509427 Renamed a variable 2010-08-17 14:01:43 -05:00
Benjamin Eberlei
82874181b0 Add section on INSTANCE OF Dql Operator 2010-08-08 21:20:58 +02:00
Benjamin Eberlei
9fa64adbda Added another fact to Limitations section 2010-08-08 21:14:56 +02:00
Jonathan H. Wage
70d12fc57a [DDC-663] Making example for installing via pear more generic. 2010-08-08 12:21:03 -05:00
Your Name
732dee92ad I guess you meant "Now you can test" or "Now test the ..." 2010-08-02 08:41:31 -05:00
Your Name
fa5768b14d Fixed typos 2010-08-02 08:41:31 -05:00
Your Name
1fe35e518c Fixed typo 2010-08-02 08:41:31 -05:00
Benjamin Eberlei
d859a77b52 Fix a typo, reworked main paragraph and moved behavior section to bottom 2010-08-01 17:09:02 +02:00
Benjamin Eberlei
f89646eabe Added note about NestedSet to limitations section 2010-08-01 17:02:27 +02:00
Benjamin Eberlei
ec307a6046 Added small block on not supporting behaviors to limitations section 2010-08-01 16:56:36 +02:00
Benjamin Eberlei
437f14aa4e Fix bug in ticket link 2010-08-01 16:44:01 +02:00
Benjamin Eberlei
c5512b933e Add Limitations and Known Issues Appendix to the manual 2010-08-01 16:41:22 +02:00
Benjamin Eberlei
a6b5ee3cd3 Add Limitations and Known Issues Appendix to the manual 2010-08-01 16:37:53 +02:00
Benjamin Eberlei
93c061b7a5 Fixed some escaping issue with xml reference 2010-08-01 15:47:34 +02:00
Benjamin Eberlei
a34bab7f1e Merge branch 'master' of github.com:doctrine/orm-documentation 2010-08-01 15:44:13 +02:00
Benjamin Eberlei
96538ae2fe Seperated Change Tracking Policies and Partial Objects from Configuration Chapter, Finished XML Mapping Chapter with a reference on all tags and attributes 2010-08-01 15:41:40 +02:00
Roman S. Borschel
fcea78a6cb Updated merging docs. 2010-07-31 12:00:42 +02:00
Your Name
bf23503000 Missing field name? 2010-07-30 01:46:52 +08:00
Benjamin Eberlei
84c1cc8865 Fix bug in the documentation leading to an error 2010-07-24 15:16:13 +02:00
Benjamin Eberlei
c6e423024e Reference Configuration section for bootstrapping after each Install section 2010-07-24 14:23:35 +02:00
Benjamin Eberlei
9c28cc5b19 Rephrased some sentences in Working with Assocations 2010-07-24 10:53:35 +02:00
Benjamin Eberlei
23efc790c1 Split Working with Objects into two chapters, adding Working with Associations 2010-07-24 10:46:54 +02:00
Benjamin Eberlei
99533afd11 Added EntityManager interaction into examples 2010-07-23 23:51:25 +02:00
Benjamin Eberlei
f309190486 Clarified up and downsides of $collection->toArray() 2010-07-23 23:46:47 +02:00
Benjamin Eberlei
3b76ea9ffe Fix code box in Note 2010-07-23 23:43:44 +02:00
Benjamin Eberlei
e0c702d068 Fix little bug in Note box 2010-07-23 23:42:03 +02:00
Benjamin Eberlei
b5e5cb1c65 Removed examples of Nested Path Expressions from DQL docs 2010-07-23 23:39:36 +02:00
Benjamin Eberlei
31b8141fee Reworked Introduction a bit 2010-07-23 23:31:27 +02:00
Benjamin Eberlei
62c4f3e6fb Updated documentation on chosing inverse-owning side for many-to-many associations and came up with a significantly enhanced example for the working with associations chapter 2010-07-23 23:21:17 +02:00
Benjamin Eberlei
298773b2f8 Added section on collection field initialization and added constructors with initialization to all examples of toMany collections 2010-07-23 21:36:25 +02:00
Benjamin Eberlei
0a066533de Rephrased Obtaining Entity Manager and moved some sentences around 2010-07-22 23:38:09 +02:00