You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public function add() {
if ($this->request->is('post')) {
$this->User->create();
if ($this->User->save($this->request->data)) {
return $this->redirect(array('action' => 'index'));
}
}
}
Hi, this plugin is very cool.
I encounted a trouble that parent div class don't add class 'has-error'.
AppController.php
UserController.php
View/User/add.ctp
result
My expect be add class ''has-error' in 'div.form-group'.
What causes can be considered?
The text was updated successfully, but these errors were encountered: