Posts Tagged HtmlHelper
CakePHP – HtmlHelper
CakePHP에서 유용하게 사용되는 HtmlHelper 로 이미지 링크 만들기
<?php echo $html->link($html->image("refresh.gif"), array('controller'=>'products', 'action' => 'features'), array('escape' => false)); ?>
CakePHP에서 유용하게 사용되는 HtmlHelper 로 이미지 링크 만들기
<?php echo $html->link($html->image("refresh.gif"), array('controller'=>'products', 'action' => 'features'), array('escape' => false)); ?>
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^