Exemple #1
0
 function unlinkeduc($_post)
 {
     $user->id = $this->getuser();
     $profile = new Education($user->id);
     return $profile->unlink($_post);
 }
Exemple #2
0
 function unlinkeduc($_post)
 {
     $profile = new Education($this->getUser()->id);
     return $profile->unlink($_post);
 }