This commit is contained in:
parent
6c517bc1eb
commit
ce4ea88857
File diff suppressed because it is too large
Load Diff
@ -32,6 +32,16 @@
|
|||||||
*/
|
*/
|
||||||
class Doctrine_Query
|
class Doctrine_Query
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* create
|
||||||
|
* returns a new Doctrine_Query object
|
||||||
|
*
|
||||||
|
* @return Doctrine_Query
|
||||||
|
*/
|
||||||
|
public static function create()
|
||||||
|
{
|
||||||
|
return new Doctrine_Query();
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* addSelect
|
* addSelect
|
||||||
* adds fields to the SELECT part of the query
|
* adds fields to the SELECT part of the query
|
||||||
|
Loading…
Reference in New Issue
Block a user