aid = $aid; $this->key = $this->keyName; $this->value = Yii::$app->getRequest()->getUserIP(); return $this->save(false); } /** * @param $aid * @return int|string */ public function getLikeCount($aid) { return $this->find()->where(['aid' => $aid, 'key' => $this->keyName])->count("aid"); } }