Home  >  Article  >  Backend Development  >  CI php

CI php

WBOY
WBOYOriginal
2016-06-23 13:53:481194browse

用户名:XXX
密码:XXX

用户:
    左框                                                                     右框
        系统管理员                      添加按钮1                  产品管理员                    
        产品管理员                      移除按钮           
        。。。。

       
添加按钮2


用户中的系统管理员的框里是从数据库中查询出来的,点击添加按钮1,左框选中的数据添加到右框中,保存到session中,点击移除,右框中选中的数据移除session。
点击添加按钮2,用户名,密码,用户右框中的数据保存数据库。

具体怎么用 CI 书写代码?


回复讨论(解决方案)

建议采用ajax操作这种。

ci的curd,可以看看文档,至于界面排版,可以看下html。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn