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:
@@ -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')
|
||||
|
Reference in New Issue
Block a user