Pdo/QueryArrayQuery.php

LinHUniX Web Application Framework.

Classes

ArrayQuery >>>$scopeIn need to have ["Query"] as array of : 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.