Kohana 3 get orm validation error

Posted by booze2go on Stack Overflow See other posts from Stack Overflow or by booze2go
Published on 2010-05-04T13:29:21Z Indexed on 2010/05/04 14:08 UTC
Read the original article Hit count: 192

Filed under:
|
|
|
if ($user->values($_POST)->check())
{
    $user->save();
} else {

 // How can i get the errors?

}

Any idea how that works?

Thanks in advance!

© Stack Overflow or respective owner

Related posts about kohana-3

Related posts about kohana