Comparing
#5 with
#6
Revision #6 was created by
MetaCrawler on Jun 21, 2016, 6:52:16 PM.
Reverted to revision #4
Content
[...]
(I named it "example_commands" for this instructions)
Generate new module from commandline with gii (or use gii-webinterface)
```php
command> yii gii/module --moduleID=example_commands --moduleClass="app\modules\example_commands\Module
"
Running 'Module Generator'...[...]
{
if ($app instanceof \yii\console\Application) {
$app $this->controller
Map[$this->id] = [
'class'Namespace =
> 'app\modules\example_commands\commands
\TestingController',
'module' => $this,
]';
}
}
}
[/code]
```[...]