Menu

DBTable

Aruna Devi

DBTable


DBTable is used to connect the module to table in different name

Inputs are


1. arrRecord


arrRecord represents the record in table


2. arrNewRecordIndex


It allows the new entry data in different name of module and table name.

3. arrUpdateRecordIndex

Its allow the updated record

4. useUpdateRecordsOnly

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)

5. recordCount

recordCount is used count the record in table.By using, how many records are available, how many records picked,.

6. arrVar

used variables are stored in arrVar

7.objPdo

<p>PDO – PHP Data Objects – is a database access layer providing a uniform method of access to multiple databases.</p>

8.table


The table created for module. so the table and module name are same


9. arrUniqueRecordField


arrUniqueRecordField is filtered by some unique field(use one or more field)


10. arrError


print the arrError,get errors in that page.


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.