Re: pagination on cakephp 1.3

2014-05-19 Thread tuan kim
thank you very muck ! Vào 13:06:57 UTC+7 Thứ sáu, ngày 16 tháng năm năm 2014, Reuben đã viết: > > You should be able to access the current page from the Controller at > > $this->params['paging'][$modelAlias]['page'], after you've called > $this->paginate. > > You can then set the title for the pa

Re: pagination on cakephp 1.3

2014-05-15 Thread Reuben
You should be able to access the current page from the Controller at $this->params['paging'][$modelAlias]['page'], after you've called $this->paginate. You can then set the title for the page with $this->set('title_for_layout', 'design website page ' . $this->params['paging'][$modelAlias]['page

pagination on cakephp 1.3

2014-05-14 Thread tuan kim
hi , Thanks for you support always, I have a problem with Pagination, When I use CakePHP Pagination I get the default url like this: localhos/posts/index/ and the title of website is " design website " when I click to page number 4, the title is still "design website " But I want the title when