2017年5月18日

摘要: 做的项目用户的头像是存在ucenter里面,phpcms通过phpsso这个单点登录系统? 具体的我也不清楚,phpcms自带的v9_member表里没有存放用户头像的字段,如果需要修改,就要修改ucenter里的头像, 在phpcms里读取用户头像,也需要phpsso,通过它来链接ucenter 阅读全文
posted @ 2017-05-18 15:06 挂件 阅读(768) 评论(0) 推荐(0)
 
摘要: 数据库的其他类继承的都是libs/class/model.class.php 这里面有写好的操作数据库的常用方法 1.增 数据库的其他类继承的都是libs/class/model.class.php 这里面有写好的操作数据库的常用方法 insert($data, $return_insert_id 阅读全文
posted @ 2017-05-18 14:40 挂件 阅读(9939) 评论(0) 推荐(0)