<?php
// setting default batch size for batch collections

$manager->setAttribute(Doctrine::ATTR_BATCH_SIZE, 7);
?>