I have added my most recent project on here. It is called ‘Mini MVC’. Basically this is a very small script which enforces Model View Controller on it’s users.
What is Model View Controller? It is a design pattern which is used in order to keep all 3 major parts of your code separate. In doing this, it will help you to create higher quality code.
I am in the midst of uploading all of the documentation for the classes which are required as well as writing up some brief tutorials on how to use it.
Hope this comes in handy