mirror of
https://github.com/dg/dibi.git
synced 2025-08-22 05:33:10 +02:00
- added DibiDataSource as default implementation of IDataSource
- new modifiers %lmt %ofs - removed old modifier %p (alias for %sql)
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
* @package dibi
|
||||
* @version $Revision$ $Date$
|
||||
*/
|
||||
class DibiResult extends NObject implements IteratorAggregate, Countable
|
||||
class DibiResult extends NObject implements IDataSource
|
||||
{
|
||||
/**
|
||||
* IDibiDriver
|
||||
|
Reference in New Issue
Block a user