Configuration - Setting attributes - Offset collection limit.php 127 Bytes
Newer Older
1

hansbrix's avatar
hansbrix committed
2 3 4 5 6
<code type="php">
// sets the default offset collection limit

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