JDatabaseDriverPdo::setOption
Sets an attribute on the PDO database handle.
http://www.php.net/manual/en/pdo.setattribute.php Usage: $db->setOption(PDO::ATTR_CASE, PDO::CASE_UPPER);
Signature
public function setOption(integer
$key,
mixed
$value )
Parameters
-
$key
- One of the PDO::ATTR_* Constants
-
$value
- One of the associated PDO Constants
Returns
- boolean