I've been asked about what exactly p3net runs off of, so I decided now is a good time to explain it. Please note that this is a rather technical explanation. For a simple explanation, just assume it runs off "magic"

For a start, p3net is written on top of a wonderful piece of forum software called
phpBB. In addition to providing an excellent forum solution, phpBB allows us to utilize rather simple methodology to add new features. It provides us with a full database abstraction layer, templating engine, etc., which greatly reduces development time.
For example, setting up a new page looks something like this.
- Code: Select all
<?php
[ Continued ]