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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.