Example #1
0
	function __construct ($db = null)
	{
		if ($db)
		{
			self::$db = $db;
		}
	}