dejanmarkovic
6/17/2014 - 7:47 PM

next button with controller action and bootstrap formating

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