Class Tools
Some useful functions.
Copyright (c) 2014 HiMedia Licensed under the GNU Lesser General Public License v3 (LGPL version 3).
Namespace: Himedia\PDOTools
Package: Himedia\PDOTools
Copyright: 2014 HiMedia
License: http://www.gnu.org/licenses/lgpl.html
Located at Himedia/PDOTools/Tools.php
Package: Himedia\PDOTools
Copyright: 2014 HiMedia
License: http://www.gnu.org/licenses/lgpl.html
Located at Himedia/PDOTools/Tools.php
public static
string
|
|
public static
string
|
#
exportToCSV( array $aRows, string $sCsvPath, string $sDelimiter = ',', string $sEnclosure = '"' )
Export associative result set to CSV file or string. |
public static
string
|
#
normalizeQuery( mixed $sRawQuery )
Normalize specified query removing comments and multiple white spaces. |