SGL_ArrayProvides array manipulation methods.
Located in /SGL/Array.php (line 46)
implodeWithKeys (line 75)
Returns an array with imploded keys.
mergeReplace (line 103)
Merges two arrays and replace existing entrys.
Merges two Array like the PHP Function array_merge_recursive. The main difference is that existing keys will be replaced with new values, not combined in a new sub array.
Usage: $newArray = SGL_Array::mergeReplace($array, $newValues);
removeBlanks (line 56)
Strips 'empty' elements from supplied array.
'Empty' can be a null, empty string, false or empty array.
Documentation generated on Tue, 23 Feb 2010 18:14:27 +0000 by phpDocumentor 1.4.3