1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 14:16:39 +02:00

all file names correspond with class name

This commit is contained in:
David Grudl
2013-06-22 16:54:51 +02:00
parent d01ede6aee
commit 1382a1021f
18 changed files with 381 additions and 381 deletions

View File

@@ -75,7 +75,7 @@ class DibiDataSource extends DibiObject implements IDataSource
/**
* Selects columns to query.
* @param string|array column name or array of column names
* @param string column alias
* @param string column alias
* @return DibiDataSource provides a fluent interface
*/
public function select($col, $as = NULL)
@@ -113,7 +113,7 @@ class DibiDataSource extends DibiObject implements IDataSource
/**
* Selects columns to order by.
* @param string|array column name or array of column names
* @param string sorting direction
* @param string sorting direction
* @return DibiDataSource provides a fluent interface
*/
public function orderBy($row, $sorting = 'ASC')