1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-10 08:04:32 +02:00
This commit is contained in:
David Grudl
2010-02-24 07:33:16 +01:00
parent dbe79ae57b
commit 0b9562497f
13 changed files with 30 additions and 33 deletions

View File

@@ -7,7 +7,7 @@
* @copyright Copyright (c) 2005, 2010 David Grudl
* @license http://dibiphp.com/license dibi license
* @link http://dibiphp.com
* @package dibi
* @package dibi\drivers
*/
@@ -26,7 +26,7 @@
* - 'resource' - connection resource (optional)
*
* @copyright Copyright (c) 2005, 2010 David Grudl
* @package dibi
* @package dibi\drivers
*/
class DibiSqliteDriver extends DibiObject implements IDibiDriver
{