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