I have a website (https://www.pizzahut.com.pk.). It is working quite well. But the problem with this site is this that, I have no cms. whenever I have to add some items, i ma using phpmyadmin, it is not easy to everyone, no other can add things by this way.
My question is this that, what is the best way to make a cms for this? can i use any open source tool like wordpress etc? or any framework help me in this regards? Please give me your suggestion. I am uisng PHP with mysql. Thanks
If the structure of database if already done, the easiest option may be to develop a backend from scratch, it should not require a lot of work and will probably be way easier than trying to integrate an existant CMS on it.
Its depends on your data structure, I means you follow any CMS styles or develop only his logical way. If you developed in his logical way then, the best way to create you own custom CMS.
the best way is create an admin panel assign a username and password and allow him to add delete update in the database using forms. It would be easy then integrating the whole site into CMS, and this is also user friendly.