コード例 #1
0
ファイル: employer.php プロジェクト: joshjim27/jobsglobal
 function unlinkeduc($_post)
 {
     $user->id = $this->getuser();
     $profile = new Education($user->id);
     return $profile->unlink($_post);
 }
コード例 #2
0
ファイル: profile.php プロジェクト: joshjim27/jobsglobal
 function unlinkeduc($_post)
 {
     $profile = new Education($this->getUser()->id);
     return $profile->unlink($_post);
 }