Initial xml and json views for Config index and view
This commit is contained in:
parent
af91a1482f
commit
159a1ec533
|
@ -0,0 +1 @@
|
||||||
|
echo json_encode($configs);
|
|
@ -0,0 +1 @@
|
||||||
|
echo json_encode($config);
|
|
@ -0,0 +1,2 @@
|
||||||
|
$xml = Xml::fromArray(array('response' => $configs));
|
||||||
|
echo $xml->asXML();
|
|
@ -0,0 +1,2 @@
|
||||||
|
$xml = Xml::fromArray(array('response' => $config));
|
||||||
|
echo $xml->asXML();
|
Loading…
Reference in New Issue