This commit is contained in:
parent
7cac28ba34
commit
50c9cf3bc6
@ -664,6 +664,19 @@ class Doctrine_Query extends Doctrine_Query_Abstract implements Countable
|
|||||||
public function preQuery()
|
public function preQuery()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* postQuery
|
||||||
|
*
|
||||||
|
* Empty template method to provide Query subclasses with the possibility
|
||||||
|
* to hook into the query building procedure, doing any custom / specialized
|
||||||
|
* post query procedures (for example logging) that are neccessary.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function postQuery()
|
||||||
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* builds the sql query from the given parameters and applies things such as
|
* builds the sql query from the given parameters and applies things such as
|
||||||
|
Loading…
Reference in New Issue
Block a user