[Typo3-dev] How do I use pi_list_browseresults() ?
    Elijah Alcantara 
    elijah.alcantara at gmail.com
       
    Thu Dec  8 10:43:03 CET 2005
    
    
  
It's me again list =) ,
The only documentation I could find for pi_list_browseresults() is the
source code itself =( there are no example codes or tutorials I could
find ...
Anyway I could go as far as this:
Displaying results 1 to 10 out of 24
content 1
content 2
content 3
...
content 10
< Previous 1-10 11-20 21-24 Next >
The only thing missing is for my SQL query ... I have this:
$GLOBALS['TYPO3_DB']->exec_SELECTquery('*', ......... "?,?");
The query is hardcoded right now to "0,10" so I get the same
results(content 1-10) for each link. What variable should I put in the
"?,?" so I could get the right results each time I click on the
browser?
Regards,
Elijah A.
    
    
More information about the TYPO3-dev
mailing list