1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/Doctrine/Connection/Sqlite.php
2006-08-21 23:16:55 +00:00

8 lines
141 B
PHP

<?php
require_once("Common.php");
/**
* sqlite driver
*/
class Doctrine_Connection_Sqlite extends Doctrine_Connection_Common { }
?>