,
>
> I just had a question about paging. When performing a get operation, is
> there any reason to use paging and advance the paging index, i.e. is there
> any reason I should not be directly looping through the results like this:
>
> $page = $campaignCriterionService->get($
Hi Guys,
I just had a question about paging. When performing a get operation, is
there any reason to use paging and advance the paging index, i.e. is there
any reason I should not be directly looping through the results like this:
$page = $campaignCriterionService->get($selector);
fore