Commit ce4ea888 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 6c517bc1
This diff is collapsed.
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment