Blueprint PHP Framework Tutorials
From here you can explore my series of tutorials on how to use the Blueprint PHP Framework.
You can download or clone a copy from my github repository here: Blueprint PHP Framework
Part 0 - An overview of the goals of the framework and an explanation of the core concepts
Part 1 - Getting started
Part 2 - Bootstrapping all the components together
Part 3 - How the router works
Part 4 - The structure of controllers and how they interact with other components of the framework
Part 5 – What models are used for and a quick example of how to hook them up to controllers
Part 6 - How to set up your own custom views for rendering data from the model
Part 7 – Making use of templates to display content via the View
more coming soon…
[...] I am making good use of the Blueprint PHP Framework in a variety of applications now. It has matured quite well and I find it very easy to use and [...]