View Single Post
  #5  
Old 07-18-2014, 11:50 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,387
IntoRain is on a distinguished road
Default

$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.
Reply With Quote