Small grammar changes in section explaining lazyload/ArrayCollection.
This commit is contained in:
parent
67818ea2cc
commit
6cd7d21db1
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.
|
||||
|
||||
To be able to use lazyload with collections, simple PHP arrays have
|
||||
to be replaced by a generic collection interface Doctrine which
|
||||
tries to act as array as much as possible using ArrayAccess,
|
||||
to be replaced by a generic collection interface for Doctrine which
|
||||
tries to act as as much like an array as possible by using ArrayAccess,
|
||||
IteratorAggregate and Countable interfaces. The class is the most
|
||||
simple implementation of this interface.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue