_getSelect() ->from($this->_getPair(), array('name', 'logo', 'url')) ->where('enabled = ?', 'y') ->order('RAND()') ->query()->fetchAll(); } }