BANSYSTEMSBLOG

Load of the ○○○○PHP!?

Actionの削除リンクを画像にしたいですよね!
下記のようにします。

//cakephp1.3
<?php echo $this->Html->link($this->Html->image("delete.jpg"), array('action' => 'delete', $users['User']['id']), array('escape'=>false), sprintf(__('Are you sure you want to delete # %s?', true), $users['User']['id']));?>

No Comments :(