PHP Class FluentUtils, fluentpdo

Afficher le fichier Open project: fpdo/fluentpdo Class Usage Examples

Méthodes publiques

Méthode Description
convertToNativeTypes ( PDOStatement $statement, $rows ) : copy Converts columns from strings to types according to PDOStatement::columnMeta http://stackoverflow.com/a/9952703/3006989
formatQuery ( string $query ) : string
toUpperWords ( string $string ) : string Convert "camelCaseWord" to "CAMEL CASE WORD"

Method Details

convertToNativeTypes() public static méthode

Converts columns from strings to types according to PDOStatement::columnMeta http://stackoverflow.com/a/9952703/3006989
public static convertToNativeTypes ( PDOStatement $statement, $rows ) : copy
$statement PDOStatement
Résultat copy of $assoc with matching type fields

formatQuery() public static méthode

public static formatQuery ( string $query ) : string
$query string
Résultat string

toUpperWords() public static méthode

Convert "camelCaseWord" to "CAMEL CASE WORD"
public static toUpperWords ( string $string ) : string
$string string
Résultat string