Re: Paginating inside admin in new 1.2 release

2007-10-24 Thread Joel Stein
It's fixed in changeset 5887! https://trac.cakephp.org/ticket/3440 https://trac.cakephp.org/changeset/5887 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to

Paginating inside admin in new 1.2 release

2007-10-23 Thread Gonza
Using the latest svn version i was making a simple paginated list inside the admin section: it was called from: /admin/news/index the code used in the controller is: function admin_index() { $news = $this-paginate('News'); $this-set('news', $news); } the view code (with

Re: Paginating inside admin in new 1.2 release

2007-10-23 Thread Joel Stein
Me too... there's a ticket in Trac about it: https://trac.cakephp.org/ticket/3440 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to cake-php@googlegroups.com To