1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-13 01:24:06 +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
*/
@@ -49,7 +51,7 @@ abstract class DibiDriver
/**
* Creates object and (optionally) connects to a database
* @param array connect configuration
* @throw DibiException
* @throws DibiException
*/
public function __construct($config)
{
@@ -61,7 +63,7 @@ abstract class DibiDriver
/**
* Connects to a database
* @throw DibiException
* @throws DibiException
* @return resource
*/
abstract protected function connect();
@@ -98,7 +100,7 @@ abstract class DibiDriver
*
* @param array|mixed one or more arguments
* @return int|DibiResult
* @throw DibiException
* @throws DibiException
*/
public function query($args)
{

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
*/

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
*/

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
*/
@@ -43,7 +45,7 @@ class DibiTranslator
*
* @param array
* @return string|FALSE
* @throw DibiException
* @throws DibiException
*/
public function translate($args)
{