data["SquadImage"]!="") { $pic = $this->data["SquadImage"]; } ?>
partial('/others/userprofile.phtml',array("UserID"=>$this->UserDetails["UserID"] )); ?> partial('/others/mynotification.phtml',array("UserDetails"=>$this->UserDetails)); ?>

Create New Squad

New Squad

UserDetails["UnionType"]!=11){?>
" type="text" placeholder="YYYY-mm-dd" class="form-control requiredField"/> When was the squad formed (date)
Please enter name of your squad
If you have a 'fantasy' name for you team enter it here.
Use a maximum of 4 characters
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))); ?>