JsonQuery |
>>>$scopeInis array
var ["J"] = name of the json file used to populate the query vars :
var ["M"] = contain the module folder that need to found the query json
var ["V"] = contain the vendor folder that need to found the query json
var ["P"] = contain the path folder that need to found the query json
>>> $this->query
var ["T"]:
e = execute : exec query with boolean results
ec = execute : exec query with boolean results
f = firstRow : return only first row
q = retrive array of all results
c = return the count of the results
s = return the sql information
r = return sql and env
d = search on cfg the data form another query
p = puth data on the database (using setrow) "Q" is table
g = get data on the database (using getrows)
"Q" is table "S" is sort , "L" limit and "W" where cause
other case return false;
var ["Q"] = query
var ["E"] = env or instance of specific database
var ["V"] = contain the values that need to remplace on query scripts
var ["S"] = stored in Session
var ["G"] = stored in Glboal cfg. |