gii\generators\model\Generator generateClassName()

generateClassName() protected method

Generates a class name from the specified table name.

protected string generateClassName ( $tableName, $useSchemaName = null )
$tableName string

The table name (which may contain schema prefix)

$useSchemaName boolean

Should schema name be included in the class name, if present

return string

The generated class name

doc_Yii
2016-10-30 17:03:42
Comments
Leave a Comment

Please login to continue.