|
|
1
29
在CakePHP 1.x中,方法是:
在CakePHP 2.x中,方法是:
|
|
|
2
9
正确的方法是在CakePHP 2.x中:
直接从食谱中提取的代码: http://book.cakephp.org/2.0/en/core-libraries/helpers/html.html |
|
|
3
1
|
|
|
4
0
您应该能够使用:
|
|
|
5
0
使用链接图像:-
仅显示图像:-
|
|
|
6
-4
<img src=”http://example.com/path_to_image/image.png“alt=”“/> 有时候,最好保持最简单的方式 |