コード例 #1
0
ファイル: CLog.class.php プロジェクト: drehere/shenmegui
 public static function setLogId($intLogId)
 {
     $log = CLog::getInstance();
     $log->intLogId = $intLogId;
     return true;
 }