当我尝试运行我的程序时,我发现此错误,我在CakePHP中的代码是
Parse error: syntax error, unexpected '/' in C:\xampp\htdocs\cakephp\app\views\posts\index.ctp on line 43
和我的代码
'/posts/edit/'.$post['Post]['id']);?>
答案 0 :(得分:0)
<?php
echo $html->link('Edit', '/posts/edit/' . $post['Post']['id']);
?> </td>
缺少'