Configuration - Setting attributes - Offset collection limit.php 114 Bytes
Newer Older
doctrine's avatar
doctrine committed
1 2 3 4 5
<?php
// sets the default offset collection limit

$manager->setAttribute(Doctrine::ATTR_COLL_LIMIT, 10);
?>