Commit 2ed30dfe by Mark

fixed docs in controller

parent b133c6c3
......@@ -34,16 +34,16 @@ use yii\helpers\Inflector;
*
* ~~~
* #load fixtures under $fixturePath from UsersFixture class with default namespace "tests\unit\fixtures"
* yii fixture/apply Users
* yii fixture/apply User
*
* #also a short version of this command (generate action is default)
* yii fixture Users
* yii fixture User
*
* #load fixtures under $fixturePath with the different database connection
* yii fixture/apply Users --db=someOtherDbConneciton
* yii fixture/apply User --db=someOtherDbConneciton
*
* #load fixtures under different $fixturePath.
* yii fixture/apply Users --namespace=alias\my\custom\namespace\goes\here
* yii fixture/apply User --namespace=alias\my\custom\namespace\goes\here
* ~~~
*
* @author Mark Jebri <mark.github@yandex.ru>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment