mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 22:26:43 +02:00
improved reflection skills
This commit is contained in:
@@ -65,7 +65,7 @@ class DibiDataSource extends DibiObject implements IDataSource
|
||||
* @param array columns
|
||||
* @return ArrayIterator
|
||||
*/
|
||||
public function getIterator($offset = NULL, $limit = NULL, $cols = NULL)
|
||||
public function getIterator($offset = NULL, $limit = NULL)
|
||||
{
|
||||
return $this->connection->query('
|
||||
SELECT *
|
||||
|
Reference in New Issue
Block a user