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

- DibiConnection & DibiTranslator refactoring

- DibiException accepts SQL parameter
- undeprecated IDataSource
This commit is contained in:
David Grudl
2009-02-05 21:08:00 +00:00
parent 32ed383326
commit 46d79fc305
7 changed files with 89 additions and 67 deletions

View File

@@ -40,7 +40,7 @@
* @copyright Copyright (c) 2005, 2009 David Grudl
* @package dibi
*/
class DibiResult extends DibiObject implements Countable, IteratorAggregate
class DibiResult extends DibiObject implements IDataSource
{
/** @var array IDibiDriver */
private $driver;