|
Re: Any php coders out there?
I'm developing a website at the moment which is an online broker site. Front end templates all looking good and I have done a trial of part of the back end.
For the trial I have 4 tables and have ended up with 35 php files/pages to manage them.
With each table there is a add/added/update/updated/delete/deleted and index (extra pages are a multi page form to add the actual transaction).
Is this the right way to be approaching this? I will have many many more tables in the end and it seems like I'm just going to end up with an exponential amount of files to manage.
|