Example #1
0
 public function gets($ids)
 {
     $ret = $this->dPrize->gets($ids);
     $ret = Blue_Array::changeIndex($ret, 'id');
     return $ret;
 }