Commit 50c9cf3b authored by zYne's avatar zYne

--no commit message

--no commit message
parent 7cac28ba
......@@ -664,6 +664,19 @@ class Doctrine_Query extends Doctrine_Query_Abstract implements Countable
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
......
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