Unnecessary newline removed, small improvements in text
This commit is contained in:
parent
6b7d67b427
commit
cfc6cfd1a3
@ -29,11 +29,10 @@ Work that have not yet been persisted are lost.
|
|||||||
|
|
||||||
Doctrine does NEVER touch the public API of methods in your entity
|
Doctrine does NEVER touch the public API of methods in your entity
|
||||||
classes (like getters and setters) nor the constructor method.
|
classes (like getters and setters) nor the constructor method.
|
||||||
Instead, it uses reflection to set/get data from your objects.
|
Instead, it uses reflection to get/set data from/to your entity objects.
|
||||||
When Doctrine fetches data from DB and saves it back,
|
When Doctrine fetches data from DB and saves it back,
|
||||||
any code put in your get/set methods won't be implicitly taken into account.
|
any code put in your get/set methods won't be implicitly taken into account.
|
||||||
|
|
||||||
|
|
||||||
Entities and the Identity Map
|
Entities and the Identity Map
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user