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