Difference between revisions of "WikiDB/Files"

From TestWiki
Jump to: navigation, search
(Current file/dir structure)
 
(Further instruction about links and commenting)
Line 1: Line 1:
 
This is the file/dir structure for the files that are required by the WikiDB extension.  You only need to <code>include("WikiDB.php");</code>.  The rest are included automatically.
 
This is the file/dir structure for the files that are required by the WikiDB extension.  You only need to <code>include("WikiDB.php");</code>.  The rest are included automatically.
  
 +
Each file links to a page containing the current up-to-the-minute live version of the code, which is created using the show_source command in my [[debugging tools]].  I would be interested in any coding suggestions/improvements you may have - please leave comments on the talk page associated with the particular file, or on this page if it is a general point that applies to several files.
 +
 +
''The main files have been marked out.  The others hold support functions and constant/variable declarations.''
 +
<div style="padding: 1em; border: 1px dashed #2f6fab; color: black; background-color: #f9f9f9; line-height: 1.1em;">
 
'''/extensions/'''
 
'''/extensions/'''
:* [[/WikiDB.php/]]
+
:* '''[[/WikiDB.php/]]'''
 
:* '''/WikiDB/'''
 
:* '''/WikiDB/'''
:*:* [[/classWikiDB_Table.php/]]
+
:*:* '''[[/classWikiDB_Table.php/]]'''
 
:*:* [[/Constants.php/]]
 
:*:* [[/Constants.php/]]
 
:*:* [[/Messages.php/]]
 
:*:* [[/Messages.php/]]
 
:*:* [[/Regex.php/]]
 
:*:* [[/Regex.php/]]
:*:* [[/SpecialPages.php/]]
+
:*:* '''[[/SpecialPages.php/]]'''
 
:*:* [[/Utility.php/]]
 
:*:* [[/Utility.php/]]
 +
</div>

Revision as of 00:45, 23 September 2006

This is the file/dir structure for the files that are required by the WikiDB extension. You only need to include("WikiDB.php");. The rest are included automatically.

Each file links to a page containing the current up-to-the-minute live version of the code, which is created using the show_source command in my debugging tools. I would be interested in any coding suggestions/improvements you may have - please leave comments on the talk page associated with the particular file, or on this page if it is a general point that applies to several files.

The main files have been marked out. The others hold support functions and constant/variable declarations.