1
0
mirror of synced 2025-01-05 16:53:21 +03:00
This commit is contained in:
zYne 2007-05-14 22:52:50 +00:00
parent 6c517bc1eb
commit ce4ea88857
2 changed files with 202 additions and 1013 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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