get()->toarray(); $result = array(); if(!empty($group_apis)){ foreach($group_apis as $group_api){ $result[$group_api['api_nick']] = $group_api; } } return $result; } }