Created on 20 aug 07
Changes: 2.1 -> 2.2: 27 jul 09 updated: class has been renamed from Arrays() to CMNarrays() 2.0 -> 2.1: 21 jul 09 added: file is PEAR compatible added: to package Common 1.0 -> 2.0: updated: phpdoc compatible in the way to generate documentation
[line 41]
[line 47]
[line 53]
CMNarrays __construct( [array $aInput = null])
This function is used when object is generated. It places $aInput in $this->aInput
array flattenArray( $array, [ $sPrefix = null])
This function is used to flatten an array. Result is returned
array RemoveColumns( $aToremove, array $this->aInput)
This function is used to remove columns from an array which structure is like MySQL()'s result array. Result is returned