Skip to content

Instantly share code, notes, and snippets.

@cholnhial
Created June 27, 2015 11:40
Show Gist options
  • Save cholnhial/1f87ac1913e787eb0e6c to your computer and use it in GitHub Desktop.
Save cholnhial/1f87ac1913e787eb0e6c to your computer and use it in GitHub Desktop.
Bootstrap button with link CakePHP 2.0
echo $this->Html->link(
'Edit Post',
array(
'action' => 'edit',
'class' => 'btn btn-primary btn-md'
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment