Skip to content

Instantly share code, notes, and snippets.

@hugofabricio
Created October 31, 2013 17:14
Show Gist options
  • Select an option

  • Save hugofabricio/7253412 to your computer and use it in GitHub Desktop.

Select an option

Save hugofabricio/7253412 to your computer and use it in GitHub Desktop.
echo
$this->Html->link(
$this->Html->image('theme/nophoto.jpg', array('alt' => 'Prova')),
array(
'controller' => 'tasks',
'action' => 'view',
'id' => $result['Task']['id'],
'slug' => $result['Task']['slug']
),
array(
'escape' => false,
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment