i want to create simple cms in php mysql. plz suggest me how to make cms in php

i want to create simple cms in php mysql. plz suggest me how to make cms in php

Start here

Hello,

Depending on how intricate you want your CMS system to be, it’s going to be difficult if not impossible if you don’t know advanced PHP like OOP, security, and such. A good knowledge of PHP classes is paramount to creating a complete CMS system. Take a look at the examples that Scott presented to you and see if this is the route you want to go down. There are also frameworks out there to assist you as well as coding that other people have made that you can modify. (Let’s not reinvent the wheel) I’m in the process of creating a complete CMS-like application system and it’s not easy. It’ll take a while and a lot of trial and error.

If you want to create a simple CMS, use some of the examples and tutorials listed in the link Scott gave you and work from there. It’s possible, but depending on how dedicated you want to be with your CMS system will depend on which direction you go; if any. And don’t forget to take a look at other open-sourced system like Joomla and WordPress and take a look at how they code their application.

Cheers!

Sponsor our Newsletter | Privacy Policy | Terms of Service