_db->select(); $select->from(array($this->_getTableName('m_Manufacturer')), array('id', 'title')); $select->where('`show` = "y"'); $select->order('title'); return $this->_db->fetchPairs($select); } }