Posts Tagged CakePHP

CakePHP – HtmlHelper

CakePHP에서 유용하게 사용되는 HtmlHelper 로 이미지 링크 만들기

<?php echo $html->link($html->image("refresh.gif"),
array('controller'=>'products', 'action' => 'features'),
array('escape' => false)); ?>

, ,

No Comments