(int) $r['ID'], 'Label' => $r['Label']]; } jsonResponse(['OK' => true, 'TYPES' => $types]); } catch (Exception $e) { jsonResponse(['OK' => false, 'ERROR' => 'server_error', 'MESSAGE' => $e->getMessage()]); }