I programmed all of the following in PHP.
First of, I have 2 MySQL database tables, Events and Movies. The time table displays all the movies and the events are just when they are showing on what date. I have a basic timetable script written where there is an Admin Portal, where Events are added. They can also be edited and removed from this portal. This was all done kind of in the 1 structure, i.e all in the same folder aside from the db connection, which I used an Include for.
I made a point of not using any help from the beginning by using existing frameworks but now I want to implement the most basic of Model View Controller System Architectures. Without a user portal, it's essentially a 'Proof of Concept' and I'd like to add it to a most basic MVC structure.
I would like advice on how to proceed?
Thanks for all your help guys, usually great responses :)
(this is also my first PHP Application)
Aucun commentaire:
Enregistrer un commentaire