1
當我點擊提交在註冊頁面,我越來越"Notice (8): Undefined variable: id [APP\views\merry_parents\report_card.ctp".
CakePHP的:從控制器傳遞變量時未定義的變量錯誤查看
我只是試圖從merry_parents_controller
通過$this->data['MerryParent']['id']
使用$this->set($id,$this->data['MerryParent']['id']);
有人能告訴我我做錯了什麼嗎?提前致謝。
下面是我的代碼:
//report_card.ctp
<?php
echo 'HALLO';
echo $id;
?>
謝謝!那工作。 :) – vaanipala