Configuration - Setting attributes - Fetching strategy.php 143 Bytes
Newer Older
doctrine's avatar
doctrine committed
1 2 3 4 5
<?php
// sets the default collection type (fetching strategy)

$manager->setAttribute(Doctrine::ATTR_FETCHMODE, Doctrine::FETCH_LAZY);
?>