public function index($p1 = '', $p2 = '') {
		self::$indexExecuted = true;
		self::$indexParams = array($p1, $p2);
	}