If you happened to select records in key value pair, try this way



$query = $this->select()
->from($this->_name, array('id', 'name'));

$this->getAdapter()->fetchPairs($query);



that will return
222 => "Velvom"

0 comments



Some Links (off programming)