Overview

Namespaces

  • malkusch
    • bav
  • PHP

Classes

  • Agency
  • AutomaticUpdatePlan
  • BAV
  • Configuration
  • ConfigurationRegistry
  • DataBackendContainer
  • DefaultConfiguration
  • DoctrineBackendContainer
  • FileDataBackendContainer
  • LogUpdatePlan
  • PDODataBackendContainer
  • UpdatePlan
  • Overview
  • Namespace
  • Class
  • Tree

Class PDODataBackendContainer

Container for PDODataBackend objects.

malkusch\bav\DataBackendContainer
Extended by malkusch\bav\PDODataBackendContainer
Namespace: malkusch\bav
License: GPL
Author: Markus Malkusch <markus@malkusch.de>
See: DataBackend
Link: Donations
Api
Located at PDODataBackendContainer.php
Methods summary
public
# __construct( PDO $pdo, mixed $prefix = 'bav_' )

Sets the PDO and the table prefix.

Sets the PDO and the table prefix.

Parameters

$pdo
String
$prefix the prefix of the table names. Default is 'bav_'.
$prefix
protected PDODataBackend
# makeDataBackend( )

Returns the unconfigured backend which is only created by calling the constructor.

Returns the unconfigured backend which is only created by calling the constructor.

Returns

PDODataBackend
Methods inherited from malkusch\bav\DataBackendContainer
applyUpdatePlan(), getDataBackend()
Constants inherited from malkusch\bav\DataBackendContainer
INSTALL_LOCK
API documentation generated by ApiGen 2.8.0