Differences

This shows you the differences between the selected revision and the current version of the page.

wiki:copyright 2009/01/26 08:28 wiki:copyright 2020/02/06 11:04 current
Line 1: Line 1:
-====== Sugestion on class structure for PunBB2.0 ====== +{{https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/PD-icon.svg/31px-PD-icon.svg.png}} 
- +This text has been released into the [[http://en.wikipedia.org/wiki/Public_domain|public domain]]. This applies worldwide.
-===== Graphical representation ===== +
- +
-===== Explanation ===== +
-There will be 2 versions of each class: +
-  - the normal class (Read only) +
-  - the _write version (extension of normal class) which will allow storage into the database +
- +
-The classes +
-  * PunBB: This is the parent calss for all other classes, all otehr classes will extend this class (?good idea?, or better use this class as a global var thats used in all otehr classes). This class will read the absic config from teh db +
-  * PunBB-cathegory: This is basicly a wrapper class (read and write) around the forum categories +
-  * PunBB-forum: This is basicly a wrapper class (read and write) around the forums +
- * PunBB-Topic: This is basicly a wrapper class (read and write) around the topics +
-  * PunBB-Posts: This is basicly a wrapper class (read and write) around the Posts +
- +
- +
- +
-  +
- +
- +
- +
- +
- +
- +

Personal Tools