Commit 4e0476f2 authored by pookey's avatar pookey

intermediate commit - see my next commit message

parent b6ffa045
...@@ -18,15 +18,15 @@ ...@@ -18,15 +18,15 @@
* and is licensed under the LGPL. For more information, see * and is licensed under the LGPL. For more information, see
* <http://www.phpdoctrine.com>. * <http://www.phpdoctrine.com>.
*/ */
class Doctrine_DBStatement extends PDOStatement { class Doctrine_DbStatement extends PDOStatement {
/** /**
* @param Doctrine_DB $dbh Doctrine Database Handler * @param Doctrine_Db $dbh Doctrine Database Handler
*/ */
private $dbh; private $dbh;
/** /**
* @param Doctrine_DB $dbh * @param Doctrine_Db $dbh
*/ */
private function __construct(Doctrine_DB $dbh) { private function __construct(Doctrine_Db $dbh) {
$this->dbh = $dbh; $this->dbh = $dbh;
} }
/** /**
......
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