7 lines
156 B
PHP
7 lines
156 B
PHP
|
|
<code type="php">
|
|
// sets the default collection type (fetching strategy)
|
|
|
|
$manager->setAttribute(Doctrine::ATTR_FETCHMODE, Doctrine::FETCH_LAZY);
|
|
</code>
|