Oleg

Results 15 issues of Oleg

I have model with attachments: ``` $model = Page::findOne($id); ``` I want to duplicate this model and all it's attachments: ``` $newModel = new Page(); $newModel->setAttributes($model->attributes); $newModel->save(); ``` How to...

What should be the folder structure for projects, which have only one entry point for web and there is not possible to change server configs? How to install this kit...

question

How to get complete info about job in queue by it's ID? ### What steps will reproduce the problem? something like Yii::$app->queue->getJob(123); ### What's expected? It would be nice to...

type:enhancement
help wanted

How to automatically save data to database and read it for widget using ActiveRecord models? No information or examples provided, only examples with \yii\base\Model. Maybe, some Trait should be created,...

documentation

How can I update the entity model just after creating new comment? I wonder, why the entity className() saved in database is encrypted, which makes impossible to find the entity...

### What steps will reproduce the problem? 1) Create some roles ('admin', 'editor', 'author' etc); 2) Add yii\widgets\Menu; 3) Configure ```items``` array for Menu (e.g. ```['label' => 'Posts', 'url' =>...

under investigation
under discussion

Is there any way to use this extension with PHP 7.0?

While resource editing on tab Translations (TV) the form popup window for language specific translation won't open, It opens only for the first time. To open it again after closing...

We can set directories for backup, but how to exclude some inner directories, for example "@web/assets" or "@vendor"? Also, there is some problem, when there are symlinks in folders, shich...