Re: problem in pagination

2011-06-07 Thread Dominik Gajewski
Here you will get all information about it http://book.cakephp.org/view/1231/Pagination 2011/6/7 andy_the ultimate baker : > hi all, > i m working on one page where i need to paginate data. but the model > has no relation with any other model in database. > > i want set paginate on that model but

problem in pagination

2011-06-07 Thread andy_the ultimate baker
hi all, i m working on one page where i need to paginate data. but the model has no relation with any other model in database. i want set paginate on that model but in regular way its showing error. my model name is : BackupTable i have tried $this->paginate(); but this doesn't work. is there any

URL Problem in Pagination

2009-04-15 Thread firetiger
Hi all, at first i think i should tell you i am new to cakePHP. I went into a problem with the paginator and i think, the correct routing. I need to paginate two models on the same page, one with ajax, one in the "normal" way. So ive used this excample for me: http://debuggable.com/posts/how-to-