DB
Table of Contents
Classes
- ADBTable
- Provides declaration of tables and their structure for easy inserting/updating operations.
- Db
- The class is DEPRECATED. We moved our functions to the standard DB class by extending it.
- ModelRecordset
- Implements a standard interface for managing sql records
- QB
- This 'Query Builder' class is used for building SELECT queries from parts and executing them later.
Traits
- TraitDBFilter
- Impelemnts the ability to adjust plain SQL queries of standard Opencart classes. It might be helpful
if you don't want to insert SQL patches to the code directly.