Stig Lindqvist
|
fb8ff50451
|
API CHANGE Childclasses to SS_List matches the same signature on abstract methods column and map.
This was failing under php 5.2
|
2011-10-22 16:08:51 +02:00 |
|
Stig Lindqvist
|
bf73265252
|
BUGFIX Added Fixing deprecated usage of array_multisort for php 5.3
It worked by accident in php 5.2, see https://bugs.php.net/bug.php?id=49241
|
2011-09-27 11:12:35 +13:00 |
|
ajshort
|
c954ae5aaa
|
MINOR: Renamed ArrayList->array to ArrayList->items;
|
2011-05-06 00:30:45 +10:00 |
|
ajshort
|
b3fc458101
|
ENHANCEMENT: Made it possible to sort by multiple fields in ArrayList::sort().
|
2011-05-06 00:24:33 +10:00 |
|
ajshort
|
462689a4e6
|
ENHANCEMENT: Added ArrayList->removeDuplicates().
|
2011-05-05 20:53:07 +10:00 |
|
ajshort
|
99a2baf3f8
|
MINOR: Updated ArrayList->getRange() to return an ArrayList instance.
|
2011-05-05 20:41:06 +10:00 |
|
ajshort
|
2a3fdd16a4
|
MINOR: Added a default "ID" parameter to ArrayList->column().
|
2011-05-05 20:40:51 +10:00 |
|
ajshort
|
9f87294427
|
ENHANCEMENT: Added exists(), replace(), merge(), push(), pop(), unshift() and shift() methods to ArrayList.
|
2011-05-05 17:48:12 +10:00 |
|
ajshort
|
7e7677bbba
|
FEATURE: Added ArrayList to allow an array of arrays or objects to be handled as a list.
|
2011-05-04 00:06:42 +10:00 |
|