可能重复:
CakePHP: image inside link, want to make link point to image location
我正在尝试将图片(在$ avatar中)添加到cakephp中的链接,但它显示为文本
echo $this->Html->link( $avatar, '/notifications/ajax_show', array(
'class' => 'overlay',
'title' => 'text' )
));
无法使用$ this-> Html->图片的url参数,因为我想在网址上设置一个类。
答案 0 :(得分:0)
转义参数不仅有详细记录,还有一个完全相同的示例: http://book.cakephp.org/2.0/en/core-libraries/helpers/html.html#HtmlHelper::link