I\'m using Bootstrap 3.0RC1
with CakePHP 2.3.6
. Trying to take advantage of those beautiful looking classes like has-error
and has-w
I have never used CakePHP, but I dare to post the answer here. I think the message element should be able to carry multiple classes like any other element does.
So the simple edit is:
'error' => array('attributes' => array('wrap' => 'span', 'class' => 'help-block has-error'))
I see no reason to copy and paste the css code.