Ejemplo n.º 1
0
 public function renderTags()
 {
     $paginator = $this->getComponent('paginator')->getPaginator();
     $paginator->setItemCount($this->tags->countBy());
     $this->template->tags = $this->tags->findBy([], [], $paginator->itemsPerPage, $paginator->offset);
 }