[TYPO3-mvc] paging in listview
Steffen Ritter
info at rs-websystems.de
Thu Apr 8 17:32:00 CEST 2010
Am 08.04.2010 17:15, schrieb Stephan Petzl:
> hi there!
>
> how do you do paging? has anyone done a pagination class/viewhelper
> already?
>
in my extbasetools extension, I have an object "listConfiguration" [1]
and an "pageBrowser" viewhelper[2] which uses dmitrys extension
pagebrowse (own implementation not done until now).
In a controller I only fetch needed records[3] or [4] and pass them to
fluid.
regards
Steffen
[1]
http://dev.rs-websystems.de/svn/rsextbasetools/trunk/Classes/Domain/Model/ListConfig.php
[2]
http://dev.rs-websystems.de/svn/rsextbasetools/trunk/Classes/ViewHelpers/PageBrowserViewHelper.php
[3] http://pastebin.com/nYMNRB3v
[4] http://pastebin.com/ykzFJayz
More information about the TYPO3-project-typo3v4mvc
mailing list