How can I create html link that has text and image both using cakephp Html helper as below
<a href="#">
<img src="images/icons/web-app/48/add-user.png" width="48" height="48"> Add User
</a>
I want final result as
I know that I can do that with css, but I just want to know how is it possible using cakephp