- Jul 05, 2015
-
-
xamgore authored
There is a problem at the standard (STL) realization: it doesn't work with assoc arrays, so [0 => 123, 5 => 123] is transformed into [0 => 123, 1 => 123]. `Arr::shuffle_assoc` saves keys.
-
- Jun 28, 2015
-
-
xamgore authored
* Fixed bug with students search * Documentation for Model_Student * Utility function Arr::groupBy()
-
- Aug 25, 2014
-
-
Andrew Rudenets authored
-