在php中通过admin添加、删除和编辑用户
我正在使用 php 开发一个网站,并且成功创建了登录和注册流程。现在,我在管理页面工作,我想让他添加、删除用户以及编辑现有用户的个人信息。我听说有一些现成的 php 应用程序可以与任何 Web 应用程序集成。
我用谷歌搜索了他们,但到目前为止我还没有找到任何人可以做我想要的事情。
另外,如果用户想从数据库中检索他的个人信息,使用这些现成的系统是否会受到影响。
I am developing a website using php and I created the login and sign up processes successfully. Now, I am working in the admin page and I want to let him adding, deleting users and editing the personal information of the existed users. I heard there are some ready php applications for that which can be integrated with any web application.
I googled about them but up to now I did not find anyone that does what I want.
Also, if the user wants to retrieve his personal information from the database, will that be affected by using those ready systems.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想你可以尝试 CakePHP http://cakephp.org/ 。它是一个快速的 PHP 开发模板,具有包括登录系统在内的大量功能,但需要一定水平的 PHP 开发前知识。
I think you can try out CakePHP http://cakephp.org/ . It is a rapid PHP development template that has tons of features including login system but it requires a certain level of pre-PHP development knowledge.