2012-08-09 49 views

回答

1

當前頁碼將在控制器params中。

嘗試調試它以查看其內容,或使用DebugKit

// Within your controller action: 
debug($this->request->params); 
+0

是啊,我期待在那裏與此的print_r($這個 - > request-> params)但是看不到頁面,但$ this-> paginator-> current outputs 1.在哪裏? – cdub 2012-08-09 05:14:20

+1

我發現它:$ this-> request-> params ['named'] ['page']; – cdub 2012-08-09 05:16:53

1

下面沒有給你的頁面中cakephp 2

$this->request->params['named']['page']