Er. Rochak Chauhan - 2008-07-08 12:31:54 -
In reply to message 1 from ceasar
Hi Ceaser,
Good to hear from you :)
Ofcourse there is pagination...If you take a look at the constructor function, there are four parameters
$keyword,$maxResults=10,$startIndex=1,$format=ANY
You can use $startIndex as pagination parameter. As you can see the above values will fetch first 10 results. For the next ten records, use this:
$keyword,$maxResults=10,$startIndex=10,$format=ANY
I hope it will help :
Best Regards,
Rochak Chauhan.