getall("1=1"); $result = []; foreach ($lm as $key=> $v){ $result[] = array("name"=>$v['lm_name'],"value"=>$v['id']); } return $result; } }