1
0
mirror of synced 2025-01-18 22:41:43 +03:00

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:
Guilherme Blanco 2011-08-01 20:33:08 -07:00
commit 255cf347ec

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.