DBTable is used to connect the module to table in different name
Inputs are
arrRecord represents the record in table
It allows the new entry data in different name of module and table name.
Its allow the updated record
In Update mode,already exist records but no need to this event,allow to ignore or delete.if put true means it can be deleted, false means ignored.
In update mode,
1.allow new record(use arrNewRecordIndex)
2.if already exist record means allow updation(use arrUpdateRecordIndex)
3.already exist records but no need to this event,allow to ignore or delete (use useUpdateRecordsOnly)
recordCount is used count the record in table.By using, how many records are available, how many records picked,.
used variables are stored in arrVar
<p>PDO – PHP Data Objects – is a database access layer providing a uniform method of access to multiple databases.</p>
The table created for module. so the table and module name are same
arrUniqueRecordField is filtered by some unique field(use one or more field)
print the arrError,get errors in that page.