Skip to content

Instantly share code, notes, and snippets.

@nerr
Last active October 16, 2015 10:32
Show Gist options
  • Save nerr/14a539eb8d13093b8df5 to your computer and use it in GitHub Desktop.
Save nerr/14a539eb8d13093b8df5 to your computer and use it in GitHub Desktop.
base Yii2
## print help info
./yii help gii/model
## create a common model
./yii gii/model --tableName=project --ns='common\models' --modelClass=Project
./yii gii/model --tableName=project_status --ns='common\models' --modelClass=ProjectStatus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment