Adding, deleting and editing users by admin in php

后端 未结 1 1029
北荒
北荒 2021-01-28 04:35

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

相关标签:
1条回答
  • 2021-01-28 04:58

    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 讨论(0)
提交回复
热议问题