KumbiaPHP/KumbiaPHP

View on GitHub
default/app/views/_shared/templates/json.phtml

Summary

Maintainability
Test Coverage
<?php
/*mime type para el contenido*/
header('Content-type: application/json');
echo json_encode($data);