09-24-2020, 05:46 PM
I think:
$root = [
'data' = [
],
'status' = '',
'...' = '...'
];
return json_encode($root);
$root = [
'data' = [
],
'status' = '',
'...' = '...'
];
return json_encode($root);
Learning CI4 from my works, from errors and how to fix bugs in the community
Love CI & Thanks CI Teams