Skip to content

Instantly share code, notes, and snippets.

@reaferon
Last active May 28, 2019 19:23
Show Gist options
  • Save reaferon/cacaa36d0ef161a08a3ae89bbdbb7b87 to your computer and use it in GitHub Desktop.
Save reaferon/cacaa36d0ef161a08a3ae89bbdbb7b87 to your computer and use it in GitHub Desktop.
[Консоль: сериализация ошибок] #php #yii
<?php
if (!$model->validate()) {
echo "Model is not valid:\n";
echo \yii\helpers\Console::errorSummary($model);
return ExitCode::DATAERR;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment