Welcome Guest, Not a member yet? Register   Sign In
Pagination in descending order
#1

(This post was last modified: 06-27-2020, 08:16 AM by mohs3n.)

Hi

In my controller I have this :

Code:
$article = new Article();
$data = [
            'articles' => $article->paginate(5),
            'pager' => $article->pager
        ];

echo view('panel/template', $data);

Which loads the records from the article table and uses the pagination module to limit the number of records per page in the view file.
The pagination module loads the records in ascending order by default but I need to have them in Descending order which means I need the new articles to be on the first page.

Any idea how to do that?
Reply


Messages In This Thread
Pagination in descending order - by mohs3n - 06-27-2020, 08:15 AM
RE: Pagination in descending order - by wdeda - 06-27-2020, 02:31 PM
RE: Pagination in descending order - by mohs3n - 06-27-2020, 10:09 PM
RE: Pagination in descending order - by wan12 - 11-09-2021, 06:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB