Property | Type | Description | |
---|---|---|---|
$_db | Horde_Db_Adapter | Database handle. |
Method | Description | |
---|---|---|
__construct ( array $params = [] ) | Constructor. | |
quote ( string $string ) : string | Quotes user input if supported by the transport driver. | |
setScriptActive ( array $script ) | Sets a script running on the backend. |
Method | Description | |
---|---|---|
_connect ( ) | Connect to the SQL server. |
public __construct ( array $params = [] ) | ||
$params | array | A hash containing driver parameters. |
public setScriptActive ( array $script ) | ||
$script | array | The filter script information. Passed elements: - 'name': (string) the script name. - 'recipes': (array) the filter recipe objects. - 'script': (string) the filter script. |