ヘルパーを使って画像にリンクを貼る方法

$html->linkと、$html->imageの合わせ技でできます。

echo $html->link($html->image('images.png'),'http://hogehoge.co.jp/test',null,null,false);


[CakePHP] リンク付き画像をヘルパーで表示する方法 - ElectronicBrain is eating BreakFast
http://www.multiburst.net/ElectricBrain/2009/02/cakephp-link-with-images