What is the best way to code a CMS web Application in PHP ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is the best way to code a CMS web Application in PHP ?

I am building a CMS category web Application in PHP which includes Students entry, accounting with fees, deposit, etc., Employee entry with Salary, Filter facility, etc. what would be the best way to create classes and php code files with more dynamic solution?

14th Feb 2018, 7:58 AM
Dixit Soliya
Dixit Soliya - avatar
7 Answers
+ 1
Thanks Abhi.. Really Appreciate it.
14th Feb 2018, 10:19 AM
Dixit Soliya
Dixit Soliya - avatar
+ 1
mostly every queries are going to be used such as insert update delete. also what about encryption in database ?
14th Feb 2018, 11:47 AM
Dixit Soliya
Dixit Soliya - avatar
0
Sorry my bad. I thought Content management system was relatively same as RDBMS. By the way how should I design the website so that after designing phase, it becomes easier to reference it to relative code?
14th Feb 2018, 11:02 AM
Dixit Soliya
Dixit Soliya - avatar
0
you're right. But I can design a database and relate the tables with each other. But the main question is how can I make different functions that can be used for all types of query without any difficulty?
14th Feb 2018, 12:49 PM
Dixit Soliya
Dixit Soliya - avatar
0
Check out this article Building custom cms in PHP https://www.onlineinterviewquestions.com/
2nd Nov 2018, 12:31 PM
devquora
devquora - avatar
0
I would use laravel and vue js + mysql, or jquery. Mysql is perfect for the database end as it incorporates sql and no sql
1st Jan 2019, 11:25 AM
Brian Chief Obare
Brian Chief Obare - avatar