Re: Help using paginator

2011-11-11 Thread thom
On Thu, Nov 10, 2011 at 5:25 PM, euromark dereurom...@googlemail.comwrote: two questions: a)why are you using both find(all) and paginate? b) why do you use lowercase model name in paginate()? +1 function index(){ $this-paginate('Equipos'); } -- Regards,,, thom

Re: Help using paginator

2011-11-11 Thread AD7six
On Nov 9, 2:21 pm, Jean Luis Morillo jeanluis.mori...@gmail.com wrote: Hello Im getting this error message when trying to paginate. Warning (512): Controller::paginate() - can't find model equipos in controller EquiposController [CORE\cake\libs\controller \controller.php, line 1104]

Help using paginator

2011-11-10 Thread Jean Luis Morillo
Hello Im getting this error message when trying to paginate. Warning (512): Controller::paginate() - can't find model equipos in controller EquiposController [CORE\cake\libs\controller \controller.php, line 1104] This is the function in the controller (line with arrow) function

Re: Help using paginator

2011-11-10 Thread euromark
two questions: a)why are you using both find(all) and paginate? b) why do you use lowercase model name in paginate()? On 9 Nov., 14:21, Jean Luis Morillo jeanluis.mori...@gmail.com wrote: Hello Im getting this error message when trying to paginate. Warning (512): Controller::paginate() -