public static function insert($dane) { $tmp = new Grupa(); $tmp->fromArray($dane); $tmp->save(); return $tmp; }