[TYPO3] Re: [Typo3] paging of database records
Andrea Giorgini
a.giorgini at norvlit.de
Mon Jul 10 15:12:46 CEST 2006
Ronald Renfro wrote:
> sorry, after looking into this a little deeper I have found that the
> pager aka pointer behavior can be modified
> by specifying the variable called pagefloat in e.g.
> $this->internal['pagefloat'] and it is not a bug.
>
> after setting this parameter to something apropriate the paging of
> database records works like I need it to work.
> in effect displaying set of pages.
>
> I hope this will be of use for someone with the same problem. This
> possibility of specifying the pager/pointer behavior
> should be documented in the typo3 source distribution...
>
> have a nice day...
>
> Ronald Renfro
Hi,
this function does exactla what I need, but I cannot get it working.
Would you explain me how to use it? In particular, I browse a table through
$res = $GLOBALS['TYPO3_DB']->exec_SELECTquery(.....)
and if I just call the tslib_pibase::pi_list_browseresults(); I get:
Displaying results 0 to 0 out of 0
even if there are more than 100 results. Don't I have to pass the $res
to the function? I took a fast look to the definition but doesn't seems
like...
Thanks for any help
Andrea
More information about the TYPO3-english
mailing list