Evgeniy Tkachenko
Evgeniy Tkachenko
When viewing and further use of an examples, I would like to know in what min version of browser it will work. Need add information about it in Readme for...
   
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️
Now search model will not inherit Active Record model. This allows you to get rid of the duct tape method `scenarios()`. And teaches the right way of using models and...
When I copy text & images from anyway and paste in your editor then text copied only and `alt text` from images. Is't possible to make automatic insertion of images...
```go target := log.NewFileTarget() target.FileName = "\"qweqw\"" l.logger.Targets = append(l.logger.Targets, target) l.logger.Open() err = logger.Open() if err != nil { panic(err) } // run my code ``` After running this...
P.S. And some thoughts about ``` logger.Open() defer logger.Close() ``` https://joeshaw.org/dont-defer-close-on-writable-files/
Like as ``` php // add the rule $rule = new \app\rbac\AuthorRule; $auth->add($rule); ```
The file is like as ``` php
На главной странице http://yiiframework.ru/ создать блок с выводом последних 5 проектов из http://yiipowered.com/ru - создать модель запроса 5 последних постов, используя API http://yiipowered.com/ru/api/1.0 - создать виджет(ListView), который будет использовать dataProvider...