data["SquadImage"]!="")
{
$pic = $this->data["SquadImage"];
}
?>
partial('/others/userprofile.phtml',array("UserID"=>$this->UserDetails["UserID"] ));
?>
partial('/others/mynotification.phtml',array("UserDetails"=>$this->UserDetails));
?>
getAll();
$AllAges = json_encode($Groups->toArray());
$Tournament = array();
if(count($this->Tournament)>0){
$Tournament =$this->Tournament->toArray();
$i=0;
foreach($Tournament as $Tourn){
$Tournament[$i]["AgeGroup"]= json_decode($Tourn["AgeGroup"],true);
$i++;
}
}
$Tournament = str_replace("\\","",json_encode($Tournament));
//echo $Tournament = str_replace('{','',str_replace('}','',json_encode($Tournament)));
?>