Pana

Results 13 comments of Pana

@cebe for example : ```bash // Syntax ./yii gii/command ./yii gii/command TestCommand test1,test2 --options=option1,option2 ``` Generates ```php

i imagine something like this one : ![image](https://user-images.githubusercontent.com/6630197/27839561-72ef9d64-60f2-11e7-8328-e7e5b01abf9a.png) where it should put classes i have Doubts, rails use conventions over configurations i think it is the best option or set...

@uldisn why? use code to create schema tables vs uses pure sql has advantages and disvantages... but you still can use whatever like it. what is the problem?

it should be specifying in config file (basic and advanced templates) by default, what's the problem?

if you want store models under another folder you may add path in $modelsPath, for example : ``` php if (YII_ENV_DEV) { $config['modules']['gii'] = [ 'class' => 'yii\gii\Module', 'allowedIPs' =>...

My idea is configuring in basic and advanced models's path by default, in advanced could be this: ``` php // in /environments/dev/frontend/config/main-local.php path if (YII_ENV_DEV) { $config['modules']['gii'] = [ 'class'...

it sounds good for me. how do you do it? including autoCompleteAjax method or similar?

@noahking27 @kekehaoz hi, please, can you check my pull request?. Thanks in advanced.

@Usbac can you give me the steps to reproduce your error?

Hi, this pr is trivial why is it not merged? @kyscg @pkulzc