示例#1
0
 function unlinkrecommend($_post)
 {
     $user->id = $this->getuser();
     $profile = new Recommend($user->id);
     return $profile->unlink($_post);
 }
示例#2
0
 function unlinkrecommend($_post)
 {
     $profile = new Recommend($this->getUser()->id);
     return $profile->unlink($_post);
 }