2016-01-05 33 views

回答

0

使用,

$這個 - >請求 - > PARAMS [ '前綴']

你會從URL

0

CakePHP的3.x中獲得前綴值

$this->request->prefix == 'admin' 
3

的最好的辦法是:

$this->request->getParam('prefix');

其他已棄用。