Archive for the ‘Cake PHP’ Category

Display Images in Cake PHP

Posted: January 19, 2010 in Cake PHP

Today I face a problem as a beginner of CakePHP …How can I display image button with link in Cake. I wanted to use images as my buttons to edit and delete records and  navigate the admin pages. 1. Have to use HTML Helpers Image and Link, and we shall combine this 2. The CakePHP [...]