public function post($p1, $p2, $p3, $p4 = 'default1')
	{
		self::$postExecuted = true;
		self::$postParams = array($p1, $p2, $p3, $p4);
	}