Class: TAbstractDataController

TAbstractDataController

The TDatabaseController is the base class to perform CRUD operations on the database

new TAbstractDataController( [parameters])

Parameters:
Name Type Argument Default Description
parameters Object <optional>
{} An object containing all parameters to pass through the inheritance chain to initialize this instance
Properties
Name Type Argument Default Description
driver external:Others~DatabaseDriver Any official database driver that will be used internally by inherited class
useNext boolean <optional>
false A boolean flag to indicate that this instance should use "next()" function instead of return response to client.
Source:

Extends

Members


driver

The database drive to use internally
Source: