1
0
mirror of synced 2024-12-13 22:56:04 +03:00
This commit is contained in:
zYne 2007-06-19 18:53:46 +00:00
parent 7cac28ba34
commit 50c9cf3bc6

View File

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