= $q_min_score"; } if ($q_max_score != null) { $conds[] = "score <= $q_max_score"; } if ($q_language != null) { $conds[] = sprintf("language = '%s'", DB::escape($q_language)); } $html_esc_q_language = htmlspecialchars($q_language); if ($conds) { $cond = join($conds, ' and '); } else { $cond = '1'; } ?>

'', 'table_config' => [ 'div_classes' => ['card', 'mb-3', 'table-responsive'], 'table_classes' => ['table', 'mb-0', 'uoj-table', 'text-center'], ] ], $myUser); ?>