1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 14:16:39 +02:00

updated phpDoc blocks

This commit is contained in:
David Grudl
2007-06-24 23:49:57 +00:00
parent 5ffbe076f3
commit a7ddc1547c
12 changed files with 90 additions and 69 deletions

View File

@@ -3,10 +3,12 @@
/**
* This file is part of the "dibi" project (http://dibi.texy.info/)
*
* Copyright (c) 2005-2007 David Grudl aka -dgx- (http://www.dgx.cz)
*
* @version $Revision$ $Date$
* @package dibi
* @author David Grudl
* @copyright Copyright (c) 2005-2007 David Grudl aka -dgx- (http://www.dgx.cz)
* @license New BSD License
* @version $Revision$ $Date$
* @category Database
* @package Dibi
*/
@@ -36,7 +38,7 @@ class DibiSqliteDriver extends DibiDriver
/**
* @param array connect configuration
* @throw DibiException
* @throws DibiException
*/
public function __construct($config)
{