Using files as a news data store
While working on the new portal I have been storing the page content and news items in plain text files. From a personal perspective this has advanced my understanding of handling files in php rather than setting up the usual CRUD functions to talk a databse. I have set up two folders: one to hold the page content for the site and the other to hold the news items (which I aim to provide as an on-demand rss feed). For…