| 
 
			
			$this->group = new Group($mysidia->input->get("tab_id"));   
 are you sure $mysidia->input->get("tab_id") exists? do an echo of that (should appear in top left corner of your browser) to see if it exists like:
 
 echo "here: ";
 echo $mysidia->input->get("tab_id");
 
				__________________     
asp.net stole my soul.
			 |