作品集控制器
This class object is the super class that every library in CodeIgniter will be assigned to.
$instance : object
Reference to the CI singleton
__construct() : void
Class constructor
get_instance() : object
Get the CI singleton
index()
主页
fenlei()
按分类获取作品集
getuserProtfolio()
获取当前用户所有作品集
cateNum()
各个分类的作品集数量
setfinishstatus()
将状态设定为完结
setstatus()
将状态设定为私密公开
updateProtfolio()
修改作品集信息
getstatus()
获取状态
Protfoliodetail()
作品集详情
catalog()
获取目录
createprot()
创建作品集
addarticle()
向作品集增加文章
collect()
收藏作品集
Loading…