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')
);