samedi 23 juillet 2016

Laravel 5, pagination results foreach getting all ids

I have query with laravel which returns my results and paginate() at the end, problem is when i foreach it to collect all ids in array i get first page only.

Is there a way to get those before paginate so i dont have to run the query twice?

$clients  = Client::apply($data, $dataArray)->ModelJoinCall()->orderBy($this->sortby, $this->orderby)->paginate(30); 



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2a2MO6B
via IFTTT

Aucun commentaire:

Enregistrer un commentaire