Ejemplo n.º 1
0
	/**
	* Generates new Tathva ID's
	* Tested.
	*/
	function genTathvaId(){
		$obj=new participant();
		$temp=$obj->getLastId();
		$temp=$temp+2002;
		$str='TAT'."$temp";
		return $str;
	}