1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-08 23:26:49 +02:00

- improved DibiDataSource

This commit is contained in:
David Grudl
2009-02-05 23:13:29 +00:00
parent dd6ffc3d0e
commit 60662bdae1
6 changed files with 87 additions and 36 deletions

View File

@@ -35,8 +35,8 @@ class DibiException extends Exception implements /*Nette\*/IDebuggable
/**
* Construct an dibi exception.
* @param string Message describing the exception
* @param int Some code
* @param string Message describing the exception
* @param int Some code
* @param string SQL command
*/
public function __construct($message = NULL, $code = 0, $sql = NULL)
@@ -112,7 +112,7 @@ class DibiDriverException extends DibiException
/**
* Starts catching potential errors/warnings
* Starts catching potential errors/warnings.
* @return void
*/
public static function tryError()