Skip to content
Snippets Groups Projects
  1. Jul 05, 2015
    • xamgore's avatar
      New function for shuffling associative arrays · 19e41c26
      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.
      19e41c26
  2. Jun 28, 2015
    • xamgore's avatar
      Model students refactoring · af5e238f
      xamgore authored
      * Fixed bug with students search
      * Documentation for Model_Student
      * Utility function Arr::groupBy()
      af5e238f
  3. Aug 25, 2014