Tim's PHP Framework
What is it?
It is a PHP5 and MySQL 5 web site framework, it enables users to rapidly put together a site without having to start with the basics every time.
Why Another Framework?
This framework grew out of a selection of my well used classes, for example my common database class and a few other bits and pieces.
Over time it has had more and more added to it, and is now what you see in front of you.
I decided to carry on down the custom route because it would be compatible with my current way of working, and ment I didn't have to learn a new way of working and also so that it was lightweight. In the past I have experiemented with other frameworks, and sites that have been developed ontop of other frameworks and have always found them to be slow and unweildy.
My framework aims to be a solution to that problem.
Where can I get it?
Currently, I have not yet released a version into the public domain, I am still working on it and eventually plan to release it for general use but not until I am happy with the way it behaves currently.