Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want to create an advanced CMS site; features would be drag-and-drop, creating pages from templates, and editing pages.
I have no idea how this would be done in PHP.
Could anyone guide me on how this would be done?
Is it possible to create in PHP? What other languages and frameworks would be required?
Please help.

What I have tried:

I have tried but have not found any solution.
Posted

1 solution

Fun fact. Wordpress is a well-known PHP based CMS so it's obviously possible to create a CMS in PHP with support for the features you want. As well as PHP, you are going to want a database to store content and other information, and a file system to store things like templates.

At this point, the advice you are going to get here is going to dry up. Designing a CMS isn't something we could answer in a QA forum. This requires analysis, requirements gathering, and design. If you have problems about a piece of code, please come back and ask; that's what this forum excels at - answering questions about concrete problems. I haven't looked at this video, but it might be of some use in getting started. YouTube[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900