dao->select('id,name')->from(TABLE_ROADMAP) ->where('product')->in($products) ->andWhere('deleted')->eq(0) ->andWhere('status')->in($status) ->fetchPairs(); }