Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dejanmarkovic/be7f01db7942c0101f92 to your computer and use it in GitHub Desktop.
Save dejanmarkovic/be7f01db7942c0101f92 to your computer and use it in GitHub Desktop.
next button with controller action and bootstrap formating
echo $this->Html->link(
'NEXT <span class="glyphicon glyphicon-chevron-right">',
array('controller'=>'surveys', 'action'=>'next'),
array('escape' => FALSE, 'class' => 'btn btn-lg btn-success')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment