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

DevShed:
Setting up the Foundation for an Extensible Website Engine with PHP 5
Oct 24, 2006 @ 14:46:00

DevShed starts up another series, a pair of tutorials seeking to help you create an extensible website engine in PHP 5. Basically, a slightly more complex setup than just pulling the content from a database into your application.

Over the course of this two-part series, I'll walk you through the development of a highly extensible and "pluggable" website engine with PHP 5, which will allow you generate web pages on the fly based on a predefined (but simple) database structure.

They start things off by setting up the core of the system - the layout and structure of how the pages will flow. To help make this an easy task, they also create the simple template with links down the side to the different "pages". Finally, they finish off this part of the series with the database structure and push some of the sample content in to give you an idea of how it's all formatted.

tagged: tutorial extensible foundation php5 website engine tutorial extensible foundation php5 website engine

Link:


Trending Topics: