Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

NETTUTS.com:
Create a PHP5 Framework - Part 2
Sep 16, 2008 @ 15:39:53

NETTUTS.com has posted the second part of their tutorial on how to create a simple framework of your own in a PHP5 environment.

With the basic structure for our Framework in place, it is time to start adding functionality to it. In this tutorial we will create a template manager and database handler, bringing us a step closer to a powerful Framework fit for use for almost any project. If you haven't already, be sure to review Part 1 of this series first!

This time they look at a few different parts of the framework, namely the database handler, the template manager and loading data into the framework. The end it with an example of the simple framework in action - pulling a list of members from a database and displaying them to the page.

tagged: mvc framework tutorial database template example

Link:


Trending Topics: