Making a CMS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Making a CMS

what should I consider while designing a custom cms like the database design and so

29th Jan 2017, 5:14 PM
Dagem
Dagem - avatar
1 Answer
+ 1
Basically you have to focus on the CRUD (Create Read Update Delete) There should be a dashboard for admins and members. It should be fairly secure. For instance I should not be able to login to the dashboard without a username and password and the username and password fields should parse the informations in the input so I cannot use PHP or MySqli commands to get into the database or dashboard. A good CMS has to be somewhat customizable. For instance the admin or a member can change the overall color of the website.
4th Feb 2017, 7:59 AM
Farish
Farish - avatar