News Feed
Jobs Feed
Sections




News Archive
TutToaster.com:
How to create a forum in PHP from scratch
August 11, 2010 @ 11:08:51

On the TutToaster site today there's a new tutorial showing you how to create an entire PHP forum completely from scratch using PHP and a MySQL backend.

The code I'll show is exactly the same than the one you can download, except for some comments. In the original project you'll have everything well documented (using phpDocumentor). [...] This project doesn't follow a MVC pattern, but we'll use classes and try to separate the different functionalities.

They walk you through the creation of the database (a "posts" table) and how to organize the file structure, configuration, making the header and footer as well as the classes to do things like database connections, validation and creating the output (view) as well as working with the posts itself.

2 comments voice your opinion now!
forum create tutorial mysql


blog comments powered by Disqus

Similar Posts

DevShed: An Introduction to the Observer Pattern in PHP

Zend Developer Zone: Creating Code Coverage Statistics with xdebug

Jason Fox: Use the Accept Header to Set Your Return Data With Zend Framework 2

DevShed: Creating a Login Script for a PHP/MySQL Blogging System (Part 1)

Script-Tutorials.com: Creating Your Own Commenting System from Scratch


Community Events











Don't see your event here?
Let us know!


release interview introduction podcast database code development example series opinion testing framework unittest functional zendframework2 community language phpunit composer api

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework