Browse Source

Doc comments at "yii\console\controllers\MessageController" has been updated.

tags/2.0.0-beta
Klimov Paul 11 years ago
parent
commit
014053f080
  1. 7
      framework/yii/console/controllers/MessageController.php

7
framework/yii/console/controllers/MessageController.php

@ -17,6 +17,13 @@ use yii\helpers\FileHelper;
* The extracted messages are saved as PHP message source files
* under the specified directory.
*
* Usage:
* 1. Create a configuration file using 'template' action:
* yii message/template /path/to/myapp/messages/config.php
* 2. Edit the created config file, adjusting it for your web application needs.
* 3. Run the 'generate' action, using created config:
* yii message /path/to/myapp/messages/config.php
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/

Loading…
Cancel
Save