YAML Script
DbFace application script.
To build complex dbface applications, you might need to do not only one query to the target databases, some of them to fetch values, and use this values in the result application script.
---
vars:
var1: !script execute-sql-query-to-get-value
var2: !func execute-php-function-to-get-value
var3: !url http://your-rest-url-to-fetch-this-value
var4: !var var
var5: !get get-value
var6: !post post-value
var7: !input get-or-post-value
var8: direct-value
process: your-php-process-functions
app: script
---
data: php_function_name
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified December 28, 2020: fix (7815b5e)