Welcome Guest, Not a member yet? Register   Sign In
How to make pagination for search results
#3

Hello.
Thanks for posting your answer. However, it didn't help me. Even that I have added :
PHP Code:
protected $returnType 'object'

in my model and the :
PHP Code:
$data = [
                'webpages' => $results,
                // 'search' => $search,
                'pager' => $this->searchModel->pager,
                'total' => $this->searchModel->get_results($search),
                // 'categories' => $categories,
              
            
]; 

in my controller, nothing has changed, I still get the static 1, which is not even a link.
Anyone?
Reply


Messages In This Thread
RE: How to make pagination for search results - by t_5810 - 09-30-2021, 12:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB