1
0
mirror of synced 2024-12-15 15:46:02 +03:00
doctrine2/manual/docs/Configuration - Setting attributes - Fetching strategy.php

7 lines
156 B
PHP
Raw Normal View History

2007-04-14 01:49:11 +04:00
<code type="php">
// sets the default collection type (fetching strategy)
$manager->setAttribute(Doctrine::ATTR_FETCHMODE, Doctrine::FETCH_LAZY);
</code>