예제 #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;
 }