XPDO
class XPDO extends PDO (View source)
Constants
| ATTR_REPORT |
Connection attribute to set the default report mode. |
| REPORT_OFF |
Turns reporting off |
| REPORT_ERROR |
Report errors from mysqli function calls |
| REPORT_STRICT |
Throw exception for errors instead of warnings |
| REPORT_INDEX |
Report if no index or bad index was used in a query |
| REPORT_ALL |
Report all errors |