function eps_get_users($type = '', $limit = 12) { if($type == 'by_items') { $order_col = 'i_items'; $order_type = 'DESC'; } else if ($type == 'by_reg_date') { $order_col = 'dt_reg_date'; $order_type = 'DESC'; }
...->where('fk_i_user_id in (1,2,3,4)');