积分组件

dever bead5634f4 edit há 5 anos atrás
config 34bd716015 edit há 6 anos atrás
database bead5634f4 edit há 5 anos atrás
lib bead5634f4 edit há 5 anos atrás
README.md 4c6cc029de edit há 6 anos atrás
index.php 4c6cc029de edit há 6 anos atrás

README.md

score

积分管理组件:非常方便使用的积分管理功能,需要依赖passport组件,也可以自行开发passport,只要能使用uid即可

使用方法:

# 记录积分行为
$uid = 1;//用户id
$key = 'key';//积分行为的key
$name = 'name';//积分行为的名
Dever::score($uid, $key, $name);