开发者

Adding, deleting and editing users by admin in php

开发者 https://www.devze.com 2023-03-07 22:41 出处:网络
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 persona

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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消