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