コード例 #1
0
ファイル: class_error.php プロジェクト: dgrp/merge-system
 /**
  * Initializes the error handler
  *
  */
 function __construct()
 {
     global $debug;
     $this->debug =& $debug;
     parent::__construct();
 }