Commit Graph

4 Commits

Author SHA1 Message Date
Erik Amaru Ortiz
2742702f88 Refactoring, replacing dbArray use by ArrayUtil::sort() implementation 2014-03-19 10:02:46 -04:00
Erik Amaru Ortiz
2277e8a715 FIX, a problem was detected using array_multisort called from call_user_func
It is PHP version bug, that it is already fixed on PHP Vers 5.4.x
so we made a fix, solving that issue just for php 5.3.x with a limitation, that is can be used to sort with a limit of 5 columns to sort be those fields.
2014-03-14 12:57:50 -04:00
Erik Amaru Ortiz
aad2ed0c17 Adding ArrayUtil::sort method, to sort associative arrays by keys 2014-03-13 17:33:19 -04:00
Erik Amaru Ortiz
4545ecb287 Adding ArraUtil class 2014-02-20 10:55:51 -04:00