select() ->from(MYBB_PREFIX.'threads') ->whereMany($condition, '=') ->orderBy('lastpost', 'DESC') ->limit(intval($limit), 0) ->execute(); return $query->fetchAll(); }