[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/maximebf/debugbar/src/DebugBar/Storage/ -> PdoStorage.php (summary)

(no description)

File Size: 137 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PdoStorage:: (7 methods):
  __construct()
  setSqlQueries()
  save()
  get()
  find()
  clear()
  getSqlQuery()


Class: PdoStorage  - X-Ref

Stores collected data into a database using PDO

__construct(PDO $pdo, $tableName = 'phpdebugbar', array $sqlQueries = array()   X-Ref

param: \PDO $pdo The PDO instance
param: string $tableName
param: array $sqlQueries

setSqlQueries(array $queries)   X-Ref
Sets the sql queries to be used

param: array $queries

save($id, $data)   X-Ref
{@inheritdoc}


get($id)   X-Ref
{@inheritdoc}


find(array $filters = array()   X-Ref
{@inheritdoc}


clear()   X-Ref
{@inheritdoc}


getSqlQuery($name, array $vars = array()   X-Ref
Get a SQL Query for a task, with the variables replaced

param: string $name
param: array  $vars
return: string



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer