This commit is contained in:
Qiang Xue
2014-01-02 23:06:12 -05:00
parent f331547584
commit 4c45b429e5
3 changed files with 8 additions and 8 deletions

View File

@ -39,10 +39,10 @@ use yii\console\Exception;
* yii fixture users
*
* #load fixtures under $fixturePath to the "users" table to the different connection
* yii fixture/apply users --db='someOtherDbConneciton'
* yii fixture/apply users --db=someOtherDbConneciton
*
* #load fixtures under different $fixturePath to the "users" table.
* yii fixture/apply users --fixturePath='@app/some/other/path/to/fixtures'
* yii fixture/apply users --fixturePath=@app/some/other/path/to/fixtures
* ~~~
*
* @author Mark Jebri <mark.github@yandex.ru>