Compile a Model class name from a table name (e.g. tl_form_field becomes FormFieldModel)
public static getClassFromTable ( string $strTable ) : string | ||
$strTable | string | The table name |
return | string | The model class name |
public static getClassFromTable ( string $strTable ) : string | ||
$strTable | string | The table name |
return | string | The model class name |