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 |
Please login to continue.