mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-14 21:30:17 +08:00
added missing hint [skip ci]
This commit is contained in:
@@ -111,6 +111,10 @@ class Generator extends \yii\gii\Generator
|
||||
you may want to uncheck this option to accelerate the code generation process.',
|
||||
'generateLabelsFromComments' => 'This indicates whether the generator should generate attribute labels
|
||||
by using the comments of the corresponding DB columns.',
|
||||
'useTablePrefix' => 'This indicates whether the table name returned by the generated ActiveRecord class
|
||||
should consider the <code>tablePrefix</code> setting of the DB connection. For example, if the
|
||||
table name is <code>tbl_post</code> and <code>tablePrefix=tbl_</code>, the ActiveRecord class
|
||||
will return the table name as <code>{{%post}}</code>.',
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user