mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Fixes #2659
This commit is contained in:
@ -105,8 +105,8 @@ class Generator extends \yii\gii\Generator
|
|||||||
If not set, it means the controller will belong to the application.',
|
If not set, it means the controller will belong to the application.',
|
||||||
'indexWidgetType' => 'This is the widget type to be used in the index page to display list of the models.
|
'indexWidgetType' => 'This is the widget type to be used in the index page to display list of the models.
|
||||||
You may choose either <code>GridView</code> or <code>ListView</code>',
|
You may choose either <code>GridView</code> or <code>ListView</code>',
|
||||||
'searchModelClass' => 'This is the class representing the data being collected in the search form.
|
'searchModelClass' => 'This is the name of the search model class to be generated. You should provide a fully
|
||||||
A fully qualified namespaced class name is required, e.g., <code>app\models\search\PostSearch</code>.',
|
qualified namespaced class name, e.g., <code>app\models\search\PostSearch</code>.',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user