Example #1
0
	/**
	* Just a placeholder for now; used for logging SQL changes (insert, delete...)
	*/
	function log($type)
	{
		if ($this->noLogging || !$this->loggableChange)
			return;

		LPC_Logger::doLog($type, $this);

		$this->loggableChange=false; // reset for the next change
	}
Example #2
0
	function renewStatic()
	{
		self::$logObj=NULL;
	}