SKG

Results 4 issues of SKG

**OS: Windows 7 git version 2.5.3.windows.1** ![image](https://user-images.githubusercontent.com/2699051/36061843-8d18075c-0e86-11e8-8e0a-94158cf82886.png)

feedback required

I want to specify which rules will be applied when going to call $model->save(). User can mention scenario explicitly, there may be some default scenario 'create','update'. ``` php $model->scenario='update'; $rules...

In log in attempt time I got this sql Array ( [query] => select \* from `site_users` where `site_users`.`deleted_at` is null and `email` = ? or `username` = ? [bindings]...

Bug: Not confirmed

I am trying to build package for windows machine but I didn't understand how to pass --shortcut-locations=Desktop,StartMenu inside spawnUpdate() ``` // Install desktop and start menu shortcuts spawnUpdate(['--createShortcut', exeName]);