belongsTo('User', 'from_user_id', 'id'); } public static function getNotification($to_user_id) { return self::where(['to_user_id'=>$to_user_id,'status'=>0])->count(); } }