Matt, I'll give that a try, thanks! Since I really just want to change the item count per page to "infinite" I was hoping I could simply do this by changing my "count" parameter (like I do with the 25, 50, and 100 selectors) and passing it on as is. I should probably just go ahead and enter a feature request for this but I wanted to check first if it was supposed to work but just not documented.
Thanks, Bradley On Mon, Dec 29, 2008 at 1:00 PM, Matthew Ratzloff <[email protected]>wrote: > Hi Bradley, > Use the scrolling style "All" instead. > > Please see http://framework.zend.com/manual/en/zend.paginator.usage.htmlfor > more information. > > -Matt > > > On Sun, Dec 28, 2008 at 6:40 PM, Bradley Holt > <[email protected]>wrote: > >> I was looking for a way to have Zend_Paginator show all of the items. >> For example, I have a selector that allows a user to show 25, 50, 100, >> or all records. I couldn't find any documentation but by experimenting >> I found that I could pass a negative one (-1) to setItemCountPerPage >> and it would show all items (actually, I think any negative number >> will show all items). Since I couldn't find any documentation on this >> I'm wondering if this is a supported feature of Zend_Paginator that >> just happens to work now but might break in the future. >> >> Thanks, >> Bradley >> >> -- >> Bradley Holt >> [email protected] >> > > -- Bradley Holt [email protected]
