helpers\BaseInflector tableize()

tableize() public static method

Converts a class name to its table name (pluralized) naming conventions. For example, converts "Person" to "people"

public static string tableize ( $className )
$className string

The class name for getting related table_name

doc_Yii
2016-10-30 17:05:25
Comments
Leave a Comment

Please login to continue.