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 |
|
Benjamin Eberlei
|
f8c22abaa6
|
Use $applicationMode flag in obtaining entity manager example to make sure people understand that different settings for production and development are necessary
|
2010-07-22 23:30:17 +02:00 |
|
Benjamin Eberlei
|
974e31a307
|
Use $applicationMode flag in obtaining entity manager example to make sure people understand that different settings for production and development are necessary
|
2010-07-22 23:29:21 +02:00 |
|
Benjamin Eberlei
|
d5afa35cb8
|
Added dev vs production configuration section
|
2010-07-22 23:25:29 +02:00 |
|
Benjamin Eberlei
|
439cccbc0d
|
Enhanced Bootstrap Section for more information on Autoloading in different setups (PEAR vs Git)
|
2010-07-22 22:55:00 +02:00 |
|
Benjamin Eberlei
|
b1f6fe2528
|
Updated Introduction to be more consistent with current Github development model
|
2010-07-18 22:57:20 +02:00 |
|
Benjamin Eberlei
|
a851e08109
|
Updated Introduction to be more consistent with current Github development model
|
2010-07-18 22:55:36 +02:00 |
|
Benjamin Eberlei
|
e7066d6f36
|
Updated Introduction to be more consistent with current Github development model
|
2010-07-18 22:45:17 +02:00 |
|
Benjamin Eberlei
|
29cb77b964
|
Merge branch 'master' of github.com:doctrine/orm-documentation
|
2010-07-18 21:13:07 +02:00 |
|
Benjamin Eberlei
|
4c813f60f9
|
Updated Aggregate Fields, Added generated SQL for all Association Mappings
|
2010-07-18 21:12:51 +02:00 |
|
beberlei
|
0c8e0450de
|
Merge branch 'master' of github.com:doctrine/orm-documentation
|
2010-07-10 08:33:17 +02:00 |
|
beberlei
|
1017e2c6c7
|
Extended details on how to remove entities and their associations
|
2010-07-10 08:33:12 +02:00 |
|
Roman S. Borschel
|
0428774ec8
|
Added more information about flushing semantics.
|
2010-07-08 00:26:57 +02:00 |
|
Benjamin Eberlei
|
59aafe100b
|
Added Aggregate Fields documentation
|
2010-07-07 22:34:51 +02:00 |
|
eXtreme
|
400be2a3e6
|
fixing codeblocks
|
2010-07-07 22:19:36 +08:00 |
|
Benjamin Eberlei
|
8d2da96480
|
Fixed error in Sandbox Tutorial
|
2010-07-04 18:57:51 +02:00 |
|
Benjamin Eberlei
|
80fd691880
|
Update docs on using own types, aswell as on using Collection::clear()
|
2010-07-03 16:57:02 +02:00 |
|
Lars Olesen
|
8e7385ccc2
|
Added the name space in front of Xmldriver, as it is not stated anywhere on this page which namespace is used.
|
2010-06-21 05:35:07 +08:00 |
|
Lars Olesen
|
16740b9695
|
Fixes typo.
|
2010-06-21 05:35:07 +08:00 |
|
Jonathan H. Wage
|
823db6071b
|
Changing case.
|
2010-06-17 13:32:11 -04:00 |
|
Jonathan H. Wage
|
27233af0d2
|
Removing reference to Query object before it is introduced
|
2010-06-17 12:09:11 -04:00 |
|
Jonathan H. Wage
|
e71f00296e
|
Fixing php code
|
2010-06-17 12:07:43 -04:00 |
|
Jonathan H. Wage
|
c7a5a695d3
|
[DDC-246] Added section showing DQL examples when dealing with SINGLE_TABLE and JOINED inheritance since it affects the generated SQL of a DQL query.
|
2010-06-17 12:03:01 -04:00 |
|
Jonathan H. Wage
|
cc2d84c992
|
Adding php syntax highlighting
|
2010-06-17 10:07:18 -04:00 |
|
Jonathan H. Wage
|
53ec0700bb
|
Merge branch 'master' of github.com:doctrine/orm-documentation
|
2010-06-17 10:02:14 -04:00 |
|
Jonathan H. Wage
|
88e5babb56
|
[DDC-572] Updating documentation for inversedBy and mappedBy
|
2010-06-17 10:01:49 -04:00 |
|
beberlei
|
50e35e6bdc
|
Merge branch 'master' of github.com:doctrine/orm-documentation
|
2010-06-10 23:27:28 +02:00 |
|
beberlei
|
d872d7f0b1
|
Updated Cookbook Getting Started XML Edition Tutorial with Array and Scalar Hydration examples, tweaked several passages a little bit
|
2010-06-10 21:38:22 +02:00 |
|
beberlei
|
51729cbaa7
|
Enhanced Description of how the different events work and what restrictions apply to them.
|
2010-06-10 21:06:23 +02:00 |
|
Thibault Duplessis
|
854a966a22
|
Fix Query::HYDRATE_SINGLE_SCALAR in single scalar result example
|
2010-06-07 16:54:22 -07:00 |
|
Jonathan H. Wage
|
9d2f7f0686
|
Updating documentation for custom hydrators.
|
2010-06-03 14:13:39 -04:00 |
|
Jonathan H. Wage
|
37124c4e0a
|
Adding section for custom hydrators.
|
2010-06-02 23:41:41 -04:00 |
|
Jonathan H. Wage
|
30b9cfce3d
|
[DDC-540] Doc improvement
|
2010-05-25 13:38:16 -04:00 |
|
Rich Bowen
|
e127274aa5
|
Fixes missing quote.
|
2010-05-24 15:34:58 -04:00 |
|
Roman S. Borschel
|
c34b5ad1a7
|
Added strategy cookbook entry to the index.
|
2010-05-22 13:52:20 +02:00 |
|