mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 13:47:33 +02:00
This commit is contained in:
@@ -29,7 +29,10 @@ namespace Dibi;
|
|||||||
* @method Fluent outerJoin(...$table)
|
* @method Fluent outerJoin(...$table)
|
||||||
* @method Fluent as(...$field)
|
* @method Fluent as(...$field)
|
||||||
* @method Fluent on(...$cond)
|
* @method Fluent on(...$cond)
|
||||||
|
* @method Fluent and(...$cond)
|
||||||
* @method Fluent using(...$cond)
|
* @method Fluent using(...$cond)
|
||||||
|
* @method Fluent asc()
|
||||||
|
* @method Fluent desc()
|
||||||
*/
|
*/
|
||||||
class Fluent implements IDataSource
|
class Fluent implements IDataSource
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user