Update input-forms.md (#13292) [skip ci]

This commit is contained in:
Evgeniy Tkachenko
2016-12-29 20:26:35 +03:00
committed by Alexander Makarov
parent 076661c390
commit b62edcb78d

View File

@ -141,6 +141,7 @@ $items = [
```
or by retrieval from the DB:
```php
$items = Category::find()
->select(['id', 'label'])