[TYPO3-mvc] paging in listview

Stephan Petzl spetzl at gmx.at
Fri Apr 9 14:56:08 CEST 2010


Sebastian Schreiber schrieb:
> Hi Stephan,
> Steffan´s Solution for the pagebrowser is better / more flexible,
> although the idea behind it, is similar to mine.
> 
> Good luck.
> 
> 
> Am 08.04.2010 17:32, schrieb Steffen Ritter:
>> 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
>> _______________________________________________
>> TYPO3-project-typo3v4mvc mailing list
>> TYPO3-project-typo3v4mvc at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
> 
> 

why dont you just copy the code of dmitrys extension? would be great to 
have less dependencies...

-- 
Best Regards
Stephan Petzl


More information about the TYPO3-project-typo3v4mvc mailing list