I want to create a CRUD communication in PHP, taking administrative panel information to the main page. Like a blog though, with all editable codes.
I want to create a CRUD communication in PHP, taking administrative panel information to the main page. Like a blog though, with all editable codes.
Have you heard about Static Site Generator ?
"In short, static generators use a number of features that we are used to in programming languages, such as includes, loopings, templates, among other cool things. dependencies server-side, everything is generated in pure and simple HTML. "
Source: felipefialho
They are perfect for building blogs or the like. I use Jekyll to manage my blog. But it's done in Ruby, since you're using PHP I recommend Sculpin . It is very simple to use. Look at documentation . In less than 3 minutes you have your content published on the web!