示例#1
0
文件: init.php 项目: savonix/nexista
 /**
  * Shutdown and cleanup
  *
  * This method is responsible for shutting down the
  * current request. It will clean up variables,
  * send ob to ouput, etc..
  *
  * @return null
  */
 public function stop()
 {
     Nexista_Debug::register('out', 'total');
     exit;
 }