Yii
10
Вклад в тег
$transaction->rollBack();
foreach ($this->firstErrors as $key => $value) break;
if (empty($value)) $value = 'Неизвестная ошибка';
return array('message' => $value, 'status' => false);
throw new HttpException(500, 'Неизвестная ошибка');
jQuery(document).ready(function () {
$('.modal').on('hidden.bs.modal', function (e) {
$(this).removeData('bs.modal');
});
});