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)); ?>
This entry was posted on Wednesday, July 15th, 2009 and is filed under CakePHP. You can follow any responses to this entry through RSS 2.0. You can leave a response, or trackback from your own site.
Fusion theme by digitalnature | powered by WordPress
Entries (RSS) and Comments (RSS) ^