PHP Class DB_prefixed, atk4

Inheritance: extends DB
ファイルを表示 Open project: atk4/atk4

Public Properties

Property Type Description
$table_prefix All queries generated through this driver will have this prefix

Public Methods

Method Description
dsql ( $class = null ) Returns Dynamic Query object compatible with this database driver (PDO). Also sets prefix

Method Details

dsql() public method

Returns Dynamic Query object compatible with this database driver (PDO). Also sets prefix
public dsql ( $class = null )

Property Details

$table_prefix public_oe property

All queries generated through this driver will have this prefix
public $table_prefix