6 lines
143 B
PHP
6 lines
143 B
PHP
|
<?php
|
||
|
// sets the default collection type (fetching strategy)
|
||
|
|
||
|
$manager->setAttribute(Doctrine::ATTR_FETCHMODE, Doctrine::FETCH_LAZY);
|
||
|
?>
|