Documentation

Table
in package

Table parser class

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2023 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
5.3.0

Table of Contents

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
Return values
string

Search results