0
我想知道如何通過postphp 2.0中的postlink獲取請求數據。如何在cakphp 2.0中傳遞數據後postlink?
echo $this->Html->div('col-md-12', $this->Form->postLink(__($a['b']['name'].'abc'), array('controller' => 'abc', 'action' => 'xyz', $a['b']['slug'], $a['b']['id']), array($a['b']['id'])));
在輸出中,我想要'$ a ['b'] ['slug']'的值。 即pr($ a ['b'] ['slug']); o/p:xyz
在此先感謝。