CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

everything you need to make a pager for extbase

Added by Jonas Felix over 2 years ago

The extension handles the model, view and control tasks you need to realize a pager. It can be used with complexe parameters, search queries and every layout you can imagine. Completely typoscript configured...

Real world example of extbase_pager.


Comments

Added by Georg Bez over 2 years ago

Looks pretty good.
Did you ever have the code as an example? Then one could understand this better.
In particular, the involvement in Fluid and the configuration I'm not quite clear.
Thanks before.

So it looks to me far from :-)

@ {namespace p=Tx_ExtbasePager_ViewHelpers}

<f:layout name="default" />
<f:section name="main">
[...CONTENT...]
<p:pager></p:pager>
</f:section>
@