Table
in package
Table parser class
Tags
Table of Contents
Methods
- parse() : string
- Method to convert a camelCase string to an under_score string for database table naming conventions
Methods
parse()
Method to convert a camelCase string to an under_score string for database table naming conventions
public
static parse(string $tableClass) : string
Parameters
- $tableClass : string