This commit is contained in:
parent
6c517bc1eb
commit
ce4ea88857
2 changed files with 202 additions and 1013 deletions
File diff suppressed because it is too large
Load diff
|
@ -32,6 +32,16 @@
|
|||
*/
|
||||
class Doctrine_Query
|
||||
{
|
||||
/**
|
||||
* create
|
||||
* returns a new Doctrine_Query object
|
||||
*
|
||||
* @return Doctrine_Query
|
||||
*/
|
||||
public static function create()
|
||||
{
|
||||
return new Doctrine_Query();
|
||||
}
|
||||
/**
|
||||
* addSelect
|
||||
* adds fields to the SELECT part of the query
|
||||
|
|
Loading…
Add table
Reference in a new issue