6 lines
114 B
PHP
6 lines
114 B
PHP
<?php
|
|
// sets the default offset collection limit
|
|
|
|
$manager->setAttribute(Doctrine::ATTR_COLL_LIMIT, 10);
|
|
?>
|