I am starting a large web project, which is essentially an online resource, it is to be regularly updated with text and image data.
The site has many front-end pages each with it's own set of data objects some examples:
Cars:
- Car Name (text)
- Car Booklet (link to PDF)
- Car Type (dropdown list)
Houses:
- House Address Line 1 (text)
- House Address Line 2 (text)
- City (text)
- Notes (block of text)
and so on like this over say 20 - 30 different data objects.
I am looking for a CMS or framework which will help me in quickly creating the backend views, such that I do not have to constantly re-create forms over and over again.
I have been pointed in the direction of CodeExtinguisher for codeigniter, but it seems this is no longer supported/maintained.
Is there a good solution for this sort of thing?