Bunun üzerinde çok uzun süredir sonuç yok. Denedim.Laravel 5.1 Sayfalandırma için geçerli sayfa belirtme
`\Illuminate\Pagination\Paginator::setCurrentPage($current_page);`
döner Call to protected method Illuminate\Pagination\Paginator::setCurrentPage()
\Paginator::setCurrentPage($current_page);
döner Call to protected method Illuminate\Pagination\Paginator::setCurrentPage()
\DB::getPaginator()->setCurrentPage($current_page);
döner call_user_func_array() expects parameter 1 to be a valid callback, class 'Illuminate\Database\MySqlConnection' does not have a method 'getPaginator'
$tmp = new Post(); $tmp->getConnection()->setCurrentPage($current_page);
döner Benim sayfayı belirtebilirsiniz nasıl call_user_func_array() expects parameter 1 to be a valid callback, class 'Illuminate\Database\MySqlConnection' does not have a method 'getPaginator'
? Manuel olarak belirtmem gerek. Ben $model->find()->paginate($per_page, $page)
arayabilir, ben ben ile çalıştırmak zorunda – Adam