Recommend this page to a friend! |
All class groups | > | All authors | > | Classes of Sonal Khunt (1) | > | Mission progress status | > | Reputation |
|
|
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 |
| ||||
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 |