A solution for a PHP website without a framework
- by lortabac
One of our customers asked us to add some dynamic functionality to an existent website, made of several static HTML pages.
We normally work with an MVC framework (mostly CodeIgniter), but in this case moving everything to a framework would require too much time.
Since it is not a big project, not having the full functionality of a framework is…