Exemplo n.º 1
0
Arquivo: admin.php Projeto: ajb/rfpez
 public function action_vendors()
 {
     $view = View::make('admin.vendors');
     $view->vendors = Vendor::paginate(10);
     $this->layout->content = $view;
 }