zoneminder/web/api/app/View/Groups/xml/index.ctp

3 lines
73 B
PHP

$xml = Xml::fromArray(array('response' => $groups));
echo $xml->asXML();