$routing['bgpPeer_id'], 'hostname' => generate_device_link($routing), 'bgpPeerIdentifier' => $routing['bgpPeerIdentifier'], 'bgpPeerRemoteAs' => $routing['bgpPeerRemoteAs'], 'bgpPeerDescr' => $routing['bgpPeerDescr']); } $output = array('current'=>$current,'rowCount'=>$rowCount,'rows'=>$response,'total'=>$total); echo _json_encode($output);