ensure_my_table(); $this->query->ensure_table("download_count"); $this->query->add_orderby(NULL, "", $this->options['order'], "COUNT(download_count.fid)"); $this->query->add_groupby("download_count.fid"); } }