save(); } catch (ORM_Validation_Exception $e) { SystemMessage::factory() ->title('Record NOT updated') ->type('error') ->body(join('
',array_values($e->errors('models')))); return FALSE; } } } ?>