Exemplo n.º 1
0
	function partEventList($tathvaId){
		$obj=new registration();
		$arr=$obj->participantEvents($tathvaId);
		return $arr;
	}