Flourish PHP Unframework
This is an archived copy of the forum for reference purposes

json

posted by mungiu 7 years ago

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

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

posted by dazzel 7 years ago

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 7 years ago