Hey all, I'm working on a project that allows specific users to add/edit/delete db-driven pages which are then viewable by the general public. OK, no problem, that's a pretty simple project even for a fairly newbie such as I.
At this point, there were a finite amount of fields to insert/edit/delete data from which made it much more simple to code. However, I just got an email today saying that they want to be able to edit/add/delete the type of data that goes into the database and on the pages.
Damn, and I was almost done with the project...
So now the form areas will have to be dynamic, the actual order in which the data is shown will have to be editable, and all functions having anything to do with the database will have to be re-wrote.
Since I am still fairly new, and the scope of this change seems as though it could be monumental, I wanted to ask you all if you had any suggestions. Obviously, the variables that go into the insert/update/delete functions will now have to be arrays (at least I think that's the best way). But if you all have ANY suggestions at all, it may add a few years to my life. 🙂
You all have always been awesome, so I'm picking your brain once more! Thanks so much guys 🙂