1
0
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:
David Grudl
2008-10-28 01:03:50 +00:00
parent e221a13dda
commit ab892255d3
15 changed files with 242 additions and 140 deletions

View File

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