Merge pull request #38 from mdpatrick/grammar_on_getting_started_xml_edition
Small grammar changes in section explaining lazyload/ArrayCollection.
This commit is contained in:
commit
255cf347ec
1 changed files with 2 additions and 2 deletions
|
@ -126,8 +126,8 @@ or collections of all the relations that haven't been explicitly
|
||||||
retrieved from the database yet.
|
retrieved from the database yet.
|
||||||
|
|
||||||
To be able to use lazyload with collections, simple PHP arrays have
|
To be able to use lazyload with collections, simple PHP arrays have
|
||||||
to be replaced by a generic collection interface Doctrine which
|
to be replaced by a generic collection interface for Doctrine which
|
||||||
tries to act as array as much as possible using ArrayAccess,
|
tries to act as as much like an array as possible by using ArrayAccess,
|
||||||
IteratorAggregate and Countable interfaces. The class is the most
|
IteratorAggregate and Countable interfaces. The class is the most
|
||||||
simple implementation of this interface.
|
simple implementation of this interface.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue