PHP Classes

Classes of Sonal Khunt

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Sonal Khunt (1)  >  Mission progress status  >  Reputation  
Picture of Sonal Khunt
Name: Sonal Khunt <contact>
Classes: 1
Country: India India
Age: ???
All time rank: 4155285 in India India
Week rank: 195 Up19 in India India Up
All time users: 196
Week users: 0
 

 

  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image MySQL Database Model  
Execute common MySQL database access queries
This class can execute common MySQL database access queries.

It extends a base model class and executes several types of queries from parameters. Currently it can:

- Query all rows of table
- Query records of a table that match a condition
- Insert or update table records with given field values
- Delete table records that match a condition
- Get single values or single rows from table records
- Check if a table record exists
- Copy records from a table to the same or another table
- Count records of tables
- Generate pagination links
- Manage transactions


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z