Example #1
0
 public function renderDefault($limit = 10, $offset = 0)
 {
     $this->template->lobs = $this->rss->getLobs($limit, $offset);
     $this->template->next_offset = $offset + $limit;
     $this->template->limit = $limit;
     $this->payload->append = 'snippet--lobs';
     $this->redrawControl("dalsi");
     $this->redrawControl("lobs");
 }