. */ /** * Doctrine_Db * * @author Konsta Vesterinen * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @package Doctrine * @subpackage Db * @link www.phpdoctrine.com * @since 1.0 * @version $Revision$ */ class Doctrine_Db { public function __construct() { throw new Doctrine_Exception('Doctrine_Db has been deprecated. The functionality has been merged into Doctrine_Connection.'); } }