1
0
mirror of synced 2024-12-14 15:16:04 +03:00

Small grammar changes in section explaining lazyload/ArrayCollection.

This commit is contained in:
Dan Patrick 2011-08-01 18:04:14 -05:00
parent 67818ea2cc
commit 6cd7d21db1

View File

@ -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.