![]() |
PHPDevShell 3.1.3-Stable
PHP OOP RAD Development Framework
|
Public Member Functions | |
| free () | |
| connect () | |
| query ($sql) | |
| protect ($param) | |
| fetchAssoc () | |
| seek ($row_number) | |
| numrows () | |
| affectedRows () | |
| lastId () | |
| rowResults () | |
| startTransaction () | |
| endTransaction ($commit=true) | |
This is a blueprint for a connector, ie an object which handles the basic I/O to a database. Its main use it to add a layer of exception throwing to mysql functions
All of these methods are based on php-mysql interface function of the same name
| affectedRows | ( | ) |
Implemented in PHPDS_legacyConnector, and PHPDS_pdoConnector.
| connect | ( | ) |
Implemented in PHPDS_legacyConnector, and PHPDS_pdoConnector.
| endTransaction | ( | $ | commit = true | ) |
Implemented in PHPDS_legacyConnector, and PHPDS_pdoConnector.
| fetchAssoc | ( | ) |
Implemented in PHPDS_legacyConnector, and PHPDS_pdoConnector.
| free | ( | ) |
Implemented in PHPDS_legacyConnector, and PHPDS_pdoConnector.
| lastId | ( | ) |
Implemented in PHPDS_legacyConnector, and PHPDS_pdoConnector.
| numrows | ( | ) |
Implemented in PHPDS_legacyConnector, and PHPDS_pdoConnector.
| protect | ( | $ | param | ) |
Implemented in PHPDS_legacyConnector, and PHPDS_pdoConnector.
| query | ( | $ | sql | ) |
Implemented in PHPDS_legacyConnector, and PHPDS_pdoConnector.
| rowResults | ( | ) |
| seek | ( | $ | row_number | ) |
Implemented in PHPDS_legacyConnector, and PHPDS_pdoConnector.
| startTransaction | ( | ) |
Implemented in PHPDS_legacyConnector, and PHPDS_pdoConnector.