Example #1
0
 function unlinkexp($_post)
 {
     $user->id = $this->getuser();
     $profile = new Workexperience($user->id);
     return $profile->unlink($_post);
 }