Welcome Guest, Not a member yet? Register   Sign In
Pagination
#3

If the table is specified in your model, I believe you can put this code in the controller and get the same result:
$data['results'] = $TecnicsModel->where('published', 1)->paginate($number_of_results_per_page);
Reply


Messages In This Thread
Pagination - by Llui7 - 03-27-2021, 08:05 AM
RE: Pagination - by iRedds - 03-27-2021, 11:56 PM
RE: Pagination - by IvanBell - 03-28-2021, 01:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB