PHP: Sample to do data retrieval and pagination

PHP: Sample to do data retrieval and pagination

I manage to retrieve the data collection but nothing I can doing else.
Calls to

$result_collection->loadPage(1,0); 

$result_collection->loadPrevPage();
$result_collection->loadNextPage();

results in errors!

HELP!!

Hi Peter,

If you could help us with resolving these errors, it would be fantastic. We made the PHP SDK open source so that community could contribute and help us making it better. The repository is at:

Regards,
Mark

Ok, will do.