eZPublish
4.7
|
DB/MySQLi cluster gateway. More...
Public Member Functions | |
close () | |
connect () | |
fetchFileMetadata ($filepath) | |
passthrough ($filepath, $filesize, $offset=false, $length=false) | |
![]() | |
__construct (array $params=array()) | |
Instantiate a gateway with the database parameters. More... | |
close () | |
Closes any connection that should be closed. More... | |
connect () | |
Creates the necessary database connection. More... | |
fetchFileMetadata ($filepath) | |
Fetches file metadata for $filepath. More... | |
passthrough ($filepath, $filesize, $offset=false, $length=false) | |
Passes the $filepath data through. More... | |
retrieve ($filename) | |
: evaluate whether it is the right place for those methods or if it should belong to other dedicated classes. More... | |
Protected Attributes | |
$port = 3306 | |
![]() | |
$charset | |
$db | |
$host | |
$name | |
$password | |
$port | |
$user | |
Additional Inherited Members | |
![]() | |
static | getGateway () |
Returns an instance of the gateway class depending on setGatewayClass(). More... | |
static | setGatewayClass ($gatewayClass) |
Sets the gateway class to $gatewayClass. More... | |
DB/MySQLi cluster gateway.
ezpDbMySQLiClusterGateway::close | ( | ) |
ezpDbMySQLiClusterGateway::connect | ( | ) |
ezpDbMySQLiClusterGateway::fetchFileMetadata | ( | $filepath | ) |
|
protected |