Пример #1
0
 /**
  * Gets the total number of queries ran up to this point
  *
  * @return int
  */
 public function queryCount()
 {
     return Application_Model_Queryprofiler::getQueryCount();
 }