Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Не записывать null значение в аттрибут модели #17

Merged
merged 1 commit into from
Jun 20, 2017

Conversation

h0rseduck
Copy link
Contributor

Добрый день Игорь!

Я хотел бы указывать на странице с формой значение по умолчанию у полей, но я не могу это сделать из-за того, что любое значение перезаписывается.

class ConfigurationForm extends Model
{
    public $field = 0;
}

Я пользуюсь третьим входным параметром в методе Yii::$app->settings->get('section', 'key', 0);
Но было бы удобно иметь возможность отображать значение по умолчанию и в форме настроек.

@ihorchepurnyi ihorchepurnyi merged commit e7a1683 into yii2mod:master Jun 20, 2017
@leocharrua leocharrua mentioned this pull request Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants