Databases: sqlExec Ghali Ahmed (contact me)
This class can be used to compose and execute common types of MySQL queries.
The class can compose SELECT, INSERT, UPDATE and DELETE queries from lists of parameters that define the names of tables and fields, values, conditions, etc..
It also provides an iterator class that allows treating query result objects like arrays.