如何使用cakephp Html helper创建具有文本和图像的html链接,如下所示
<a href="#"> <img src="images/icons/web-app/48/add-user.png" width="48" height="48"> Add User </a>
我希望得到最终结果
我知道我可以用css做到这一点,但我只是想知道如何使用cakephp
cakephp
cakephp ×1