如何在 cakephp 2.3 中获取$this->params
cakephp 1.3 中的信息?
因此,下面的数组包含控制器、操作、参数、url 等信息。
Array
(
[controller] => posts
[action] => view
[named] => Array
(
)
[pass] => Array
(
[0] => 3
)
[plugin] =>
[form] => Array
(
)
[url] => Array
(
[url] => posts/view/3
)
[isAjax] =>
)
调试$this->request
并$this->params
在beforeFilter()
我的 AppController 中显示null
它们。
蛋糕版 2.3.1
已编辑
谢谢