Configuration - Setting attributes - Fetching strategy.php 156 Bytes
Newer Older
1

hansbrix's avatar
hansbrix committed
2 3 4 5 6
<code type="php">
// sets the default collection type (fetching strategy)

$manager->setAttribute(Doctrine::ATTR_FETCHMODE, Doctrine::FETCH_LAZY);
</code>