Skip to content

Instantly share code, notes, and snippets.

@ildarusmanov
Created November 23, 2016 11:41
Show Gist options
  • Save ildarusmanov/6c928a8c87d58db45e015bab4a9509a4 to your computer and use it in GitHub Desktop.
Save ildarusmanov/6c928a8c87d58db45e015bab4a9509a4 to your computer and use it in GitHub Desktop.
<?php
/*
*
* commands/FirstController.php
*
* in console:
* php yii first/run
*/
namespace app\commands;
use yii\console\Controller;
class FirstController extends Controller
{
public function actionRun()
{
// some code
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment