I noticed that the list of links was getting relatively long, so instead of adding more on the side bar, I have created a page for all of the previous versions of the applications I have made.
October 24, 2010
July 1, 2010
Mini MVC
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
December 19, 2009
Adding More Development Information
It has been decided that this blog will be used to list all of my things which are currently in development, not just the Database class. However, it does not mean that I’ll be leaving the Database class behind, its just that I have a few more things that I want to get out there. This includes a data validation class which I have been making recently.
This class is in early development but should end up being fairly useful to reduce the amount of time it takes to validate any kind of data in PHP.
I’ll add more information about it once I upload the first version of it.
Thanks.