. */ Doctrine::autoload('Doctrine_Db'); /** * @package Doctrine * @url http://www.phpdoctrine.com * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @author Konsta Vesterinen * @author Lukas Smith (PEAR MDB2 library) * @version $Id$ */ class Doctrine_Db_Sqlite extends Doctrine_Db { }