mts

Results 4 comments of mts

I know this is a very late comment , but Where the **dgAuthService.hasStarted()** gets defined? Looking through the source code isn't defined anywhere. Where it comes from?

You can try: ``` php echo $this->Form->input('priority', array( 'type' => 'radio', 'before' => 'Priority', 'legend' => false, 'class' => 'radio-btn', 'options' => array( 1 => 'High', 2 => 'Medium', 3...

As per CakePhp Docs [here](http://book.cakephp.org/2.0/en/views.html#using-layouts-from-plugins), using standard plugin notation: ``` php $this->layout = 'BoostCake.bootstrap3'; ```