Class: VFS_sql
Source Location: /VFS-0.3.0/lib/VFS/sql.php
VFS
|
--VFS_sql
VFS implementation for PHP's PEAR database abstraction layer.
Author(s):
|
|
Child classes:
|
Inherited Variables
|
Inherited Methods
|
Class Details
[line 65]
VFS implementation for PHP's PEAR database abstraction layer. Required values for $params: 'phptype' The database type (ie. 'pgsql', 'mysql', etc.). Optional values: 'table' The name of the vfs table in 'database'. Defaults to
'horde_vfs'. Required by some database implementations: 'hostspec' The hostname of the database server.
'protocol' The communication protocol ('tcp', 'unix', etc.).
'database' The name of the database.
'username' The username with which to connect to the database.
'password' The password associated with 'username'.
'options' Additional options to pass to the database.
'tty' The TTY on which to connect to the database.
'port' The port on which to connect to the database. Optional values when using separate reading and writing servers, for example in replication settings: 'splitread' Boolean, whether to implement the separation or not.
'read' Array containing the parameters which are different for
the read database connection, currently supported
only 'hostspec' and 'port' parameters. The table structure for the VFS can be found in data/vfs.sql. Database specific notes: MSSQL: - The vfs_data field must be of type IMAGE.
- You need the following php.ini settings:
; Valid range 0 - 2147483647. Default = 4096.
mssql.textlimit = 0 ; zero to pass through
; Valid range 0 - 2147483647. Default = 4096.
mssql.textsize = 0 ; zero to pass through $Horde: framework/VFS/lib/VFS/sql.php,v 1.1.2.6 2009/02/13 05:45:19 chuck Exp $ Copyright 2002-2009 The Horde Project (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
Method Detail
Documentation generated on Mon, 11 Mar 2019 15:34:56 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|