Commit 589e2314 authored by jwage's avatar jwage

Merged r3815 to trunk

parent e354e527
......@@ -252,6 +252,19 @@ abstract class Doctrine_Connection extends Doctrine_Configurable implements Coun
}
}
/**
* setOption
*
* Set option value
*
* @param string $option
* @return void
*/
public function setOption($option, $value)
{
return $this->options[$option] = $value;
}
/**
* getAttribute
* retrieves a database connection attribute
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment