Data driven pages generated from described data
Over the last couple of projects I have done in php (usually related to phpBB) I always seem to follow the same patterns. List data, edit data, add data… and every page follows the same pattern; check mode, validate inputs, write to database… etc etc
So I thought I would look for a framework that would allow me to describe my data in such a way that it will go off and automatically query the data, join data from lookups, check data inputs, update the database and generate all the pages and forms for me.
Alas I did not find any such projects on the internet (so I am going to have a crack at it myself) but I did find this project: https://www.projectzero.org/
Its a bit over developed for what I want to achieve, still sounds pretty neat.