<code type="php">
// sets the default offset collection limit

$manager->setAttribute(Doctrine::ATTR_COLL_LIMIT, 10);
</code>