Sqlite.php 141 Bytes
Newer Older
zYne's avatar
zYne committed
1 2 3 4 5 6 7
<?php
require_once("Common.php");
/**
 * sqlite driver
 */
class Doctrine_Connection_Sqlite extends Doctrine_Connection_Common { }
?>