07.06.2018, 21:05
(This post was last modified: 07.06.2018, 21:29 by Erwin van der Zwart.)
Hi Roger,
No need to tag, as we can use the export value as condition, see code:
BR,
Erwin
No need to tag, as we can use the export value as condition, see code:
Code:
<?
require('apps')
print(json.encode(db:getall('SELECT "name", "data", "datatype" FROM objects WHERE "export" = 1')))
?>
Erwin