| View previous topic :: View next topic |
| Author |
Message |
phpbbDoctor Site Admin
Joined: 12 Apr 2005
      Posts: 269

|
Subject: phpBB File Structure Tue Dec 20, 2005 10:40 am |
|
|
|
At the phpBBDoctor we have created our own MOD system. Each MOD we create is broken down into steps, and each step stored in a database. This allows us to manage MOD code using database functions rather than text editors... with the benefit that if we need to reformat how our MODs are displayed we simply write a new template.
As a part of that system we have created a database table to list all of the file components of phpBB. It may be that this listing is of interest and/or use to the phpBB community so we've created a page that lists all of the pages, their locations, and the general purpose.
phpBB File Listing |
|
| Back to top |
|
 |
phpbbDoctor Site Admin
Joined: 12 Apr 2005
      Posts: 269

|
Subject: RE: phpBB File Structure Tue Oct 24, 2006 9:55 am |
|
|
|
There is a slightly outdated (as this post is written) cross reference that shows the relationships among the various phpBB files. It's provided here:
PHPXref.com - phpBB Cross Reference
As this post is written the code reference is based on 2.0.20 (2.0.21 is current) but while the source code is not valid the way the code is structured should still be valid. What this site allows you to do is pick a file and see where it's used (included) or referenced, you can track down where a variable is created or used, and so on. |
|
| Back to top |
|
 |
|