[TYPO3-mvc] extbase_pager usage.

Fabian Fisahn fabian_fisahn at hotmail.com
Tue Jul 27 18:23:52 CEST 2010


Hi Braulio,

On 23.07.10 07:34, Braulio J. Solano-Rojas wrote:
> Hello.
> 
> I have installed extbase_pager extension and I have added this in my
> layout:
> 
> {namespace m=Tx_ExtbasePager_ViewHelpers}
> 
> And in my template I use something like:
> 
> <m:pager />
> 
> Am I missing something?  Because <m:pager /> is just rendered as is in
> the HTML output.

did you find a solution?

I thiink you have to get the page count by using
$pageCount = Tx_ExtbasePager_Utility_Pager::prepareQuery($myQueryObject);

But I don't know how to use this in the fluid template.

Any suggestions?

Thanks

Fabian


More information about the TYPO3-project-typo3v4mvc mailing list