I am working on a site that requires a very simple CMS - basically there is a block of text on the main page that should be accessible to the client. Their current hosting plan does not allow the use of a database, including one that will cost an additional $ X per month, which, it seems to me, is not needed for such a basic system.
The site is currently built using Codeignitor. I plan to write part of the CMS using flat PHP or TXT files, are there any alternative methods that are worth considering, and what are the pros / cons?
source
share