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

(This post was last modified: 03-25-2022, 10:04 PM by luckmoshy.)

PHP Code:
public function index()
    {
 
$pager = \Config\Services::pager();
 
$model = new \App\Models\pagination();
      
$cliente =  $model->paginate(5);
      
/*$cliente =$model->pager,*/
      
 
return view('admin/clientes/cliente',[ 'pager'=>$cliente->pager,

        ]);

    } 
Codeigniter First, Codeigniter Then You!!
yekrinaDigitals

Reply


Messages In This Thread
Pagination - by Z4K7 - 03-25-2022, 03:38 PM
RE: Pagination - by ignitedcms - 03-25-2022, 05:28 PM
RE: Pagination - by luckmoshy - 03-25-2022, 09:58 PM
RE: Pagination - by Z4K7 - 03-26-2022, 11:39 AM
RE: Pagination - by InsiteFX - 03-27-2022, 12:30 AM
RE: Pagination - by Z4K7 - 03-27-2022, 07:38 PM
RE: Pagination - by InsiteFX - 03-28-2022, 12:23 AM
RE: Pagination - by Z4K7 - 03-28-2022, 08:18 AM
RE: Pagination - by ignitedcms - 03-28-2022, 06:21 AM
RE: Pagination - by ignitedcms - 03-28-2022, 09:05 AM
RE: Pagination - by Z4K7 - 03-28-2022, 11:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB