Documentation

EasyBlogDbJoomla
in package

Table of Contents

Properties

$db  : mixed

Methods

__call()  : mixed
__construct()  : mixed
getErrorMsg()  : mixed
Proxy for getErrorMsg method for Joomla4 compatibility
getErrorNum()  : mixed
Proxy for getErrorNum method for Joomla4 compatibility
getEscaped()  : mixed
getTableColumns()  : mixed
Retrieve table columns
getTableIndexes()  : mixed
Retrieves table indexes from a specific table.
hasUTF8mb4Support()  : mixed
Determine if mysql can support utf8mb4 or not.
loadResultArray()  : mixed
nameQuote()  : mixed
q()  : mixed
Alias for quote.
qn()  : mixed
Alias for quotename.
query()  : mixed
Override parent's query method
quote()  : mixed
Override the quote to check if array is passed in, then quote all the items accordingly.
quoteName()  : mixed
Override the quoteName to check if array is passed in, then quoteName all the items accordingly.
setQuery()  : mixed
Override parent's setquery method
stderr()  : mixed
Proxy for stderr method for Joomla4 compatibility
sync()  : mixed
Synchronizes database versions

Properties

$db

public mixed $db = \null

Methods

__call()

public __call(mixed $method, mixed $args) : mixed
Parameters
$method : mixed
$args : mixed

__construct()

public __construct() : mixed

getErrorMsg()

Proxy for getErrorMsg method for Joomla4 compatibility

public getErrorMsg([mixed $escaped = false ]) : mixed
Parameters
$escaped : mixed = false
Tags
since
5.2
access

public

getErrorNum()

Proxy for getErrorNum method for Joomla4 compatibility

public getErrorNum() : mixed
Tags
since
5.2
access

public

getEscaped()

public getEscaped(mixed $str[, mixed $extra = false ]) : mixed
Parameters
$str : mixed
$extra : mixed = false

getTableColumns()

Retrieve table columns

public getTableColumns(mixed $tableName) : mixed
Parameters
$tableName : mixed
Tags
since
1.0
access

public

getTableIndexes()

Retrieves table indexes from a specific table.

public static getTableIndexes(mixed $tableName) : mixed
Parameters
$tableName : mixed
Tags
since
5.0
access

public

hasUTF8mb4Support()

Determine if mysql can support utf8mb4 or not.

public hasUTF8mb4Support() : mixed
Tags
since
5.2
access

public

loadResultArray()

public loadResultArray() : mixed

nameQuote()

public nameQuote(mixed $str) : mixed
Parameters
$str : mixed

q()

Alias for quote.

public q(mixed $item[, mixed $escape = true ]) : mixed
Parameters
$item : mixed
$escape : mixed = true
Tags
since
5.0
access

public

qn()

Alias for quotename.

public qn(mixed $name[, mixed $as = null ]) : mixed
Parameters
$name : mixed
$as : mixed = null
Tags
since
5.0
access

public

query()

Override parent's query method

public query() : mixed
Tags
since
5.2
access

public

quote()

Override the quote to check if array is passed in, then quote all the items accordingly.

public quote(mixed $item[, mixed $escape = true ]) : mixed

This is actually already supported from J3.3 but for older versions, we need this compatibility layer

Parameters
$item : mixed
$escape : mixed = true

quoteName()

Override the quoteName to check if array is passed in, then quoteName all the items accordingly.

public quoteName(mixed $name[, mixed $as = null ]) : mixed

This is actually already supported from J3.3 but for older versions, we need this compatibility layer

Parameters
$name : mixed
$as : mixed = null

setQuery()

Override parent's setquery method

public setQuery(mixed $query[, mixed $offset = 0 ][, mixed $limit = 0 ]) : mixed
Parameters
$query : mixed
$offset : mixed = 0
$limit : mixed = 0
Tags
since
5.0
access

public

stderr()

Proxy for stderr method for Joomla4 compatibility

public stderr([mixed $showSQL = false ]) : mixed
Parameters
$showSQL : mixed = false
Tags
since
5.2
access

public

sync()

Synchronizes database versions

public static sync([mixed $from = '' ]) : mixed
Parameters
$from : mixed = ''
Tags
since
5.0
access

public


        
On this page

Search results