ZF-3722: Add to paginator possibility to get item count per page
Description
Add to paginator possibility to get item count per page
$pages->itemCountPerPage = $this->getItemCountPerPage();
Add to paginator possibility to get item count per page
$pages->itemCountPerPage = $this->getItemCountPerPage();
Comments
Posted by Kamil Nowakowski (kamiln) on 2008-07-23T02:13:04.000+0000
patch added
Posted by Jurrien Stutterheim (norm2782) on 2008-07-23T03:53:45.000+0000
Resolved in revision 10297
Posted by Jurrien Stutterheim (norm2782) on 2008-07-23T03:54:34.000+0000
For the record, it's $pages->perPage
Posted by Matthew Ratzloff (mratzloff) on 2008-07-24T08:39:05.000+0000
I went ahead and changed this to $pages->itemCountPerPage so that there's just one name for this concept throughout the component.