Example #1
0
 /**
  * Set the amount of items per page
  *
  * @param int $limit;
  * @return Zym_Paginate_Abstract
  */
 public function setRowLimit($limit)
 {
     parent::setRowLimit($limit);
     $this->_paginateDataSet();
     return $this;
 }