Configuration - Setting attributes - Batch size.php 134 Bytes
Newer Older
1

hansbrix's avatar
hansbrix committed
2 3 4 5 6
<code type="php">
// setting default batch size for batch collections

$manager->setAttribute(Doctrine::ATTR_BATCH_SIZE, 7);
</code>