Example #1
0
 public function fans($user_id = null, $my_id = null)
 {
     $this->parameter_need('user_id');
     if ($this->page == 1) {
         $this->userControlPub($this->user_id);
     }
     parent::fans($this->user_id, $this->current_user['user_id']);
 }
Example #2
0
 public function fans($user_id = null, $my_id = null)
 {
     $this->check_login();
     if ($this->page == 1) {
         $this->userControl();
     }
     parent::fans($this->current_user['user_id'], $this->current_user['user_id']);
 }