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!!