예제 #1
0
 /**
  * Called before Zend_Controller_Front exits its dispatch loop.
  *
  * @return void
  */
 public function dispatchLoopShutdown()
 {
     $objStatistic = Vi_Registry::getStatistic();
     $objStatistic->storeStatistic();
 }