Flourish PHP Unframework

json

posted by mungiu 1 year ago

how can i create json from a table and related table to be something like this : "items":

Reply

Use the PHP function json_encode($value) on your rows.

posted by dazzel 1 year ago Reply

and ? this make a $users->precreateComments() to show like a nested json, with table at the first and related table as nested json?

posted by mungiu 1 year ago Reply
In reply to post by mungiu from 1 year ago
In reply to post by dazzel from 1 year ago
In reply to original post by mungiu