![](https://box.kancloud.cn/041864f212f0188c47ab77ee240b8dc1_557x579.png)
| 模块|Controller | 方法 | url | 前/后|备注|
| --- | --- |---|---|---|---|
| user | AdminAssetController |index | /user/admin_asset/index.html | 后台|资源管理列表|
| user | AdminIndexController |index | /user/admin_index/index.html | 后台|后台本站用户列表|
| user | AdminOauthController |index | /user/admin_oauth/index.html | 后台|后台第三方用户列表|
| user | AdminUserActionController |index | /user/admin_user_action/index.html | 后台|用户操作管理|
| user | AssetController |webuploader | 无 | 后台|附件上传控制器|
| user | CommentController |index | /user/comment/index.html | 前台|个人中心我的评论列表|
| user | FavoriteController |index | /user/favorite/index.html | 前台|个人中心我的收藏列表|
| user | IndexController |index | /user/index/index/id/1.html | 前台|前台用户首页(公开) 必须带id|
| user | LoginController |index | /user/login/index.html | 前台|登录页|
| user | ProfileController |center | /user/profile/center.html | 前台|会员中心首页|
| user | ProfileController |edit | /user/profile/edit.html | 前台|编辑用户资料|
| user | ProfileController |password | /user/profile/password.html | 前台|个人中心修改密码|
| user | ProfileController |avatar | /user/profile/avatar.html | 前台|用户头像编辑|
| user | ProfileController |binding | /user/profile/binding.html | 前台|绑定手机号或邮箱|
| user | PublicController |avatar | 无 | 前台|avatar头像|
| user | RegisterController |index | /user/register/index | 前台|前台用户注册|
| user | UeditorController |无 | 无 | 前台|百度编辑器文件上传处理控制器|
| user | VerificationCodeController |无 | 无 | 前台|验证|
- php套路
- 套路之类结构
- thinkphp分块解析之Collection
- thinkphp基础之collection
- Collection在thinkphp中的运用
- thinkcmf模块分析
- Controller按界面点击顺序排列表
- user模块-Controller分析
- portal模块-Controller分析
- admin模块-Controller分析
- user模块-脑图
- portal模块-脑图
- admin模块-脑图
- cmf公共函数解析-common.php
- thinkcmf点滴记录
- 自定义标签详解
- 插件
- 系统信息插件
- 插件演示插件
- 留言板插件
- 留言板1 建立胚胎
- 留言板1-1 数据库变化
- 留言板1-2 自定义钩子
- 留言板2 连接数据库
- 留言板3 读取后台界面数据
- 留言板4 前端模板
- 留言板5 分离cssjs文件
- 留言板6 验证
- 留言板7 图形验证码
- 留言板8 后台留言列表页
- 留言板9 后记
- 评论插件
- 1 分析数据表
- 2 CommentModel.php
- 3 UserModel.php
- 4 DCommentPlugin.php
- 前端调用代码
- 喜欢插件
- 1 分析
- 2 收藏功能
- 3 插件建模
- 4 数据库设计
- 5 插入一条数据
- 多语言
- thinkphp多语言
- thinkcmf多语言