-
Notifications
You must be signed in to change notification settings - Fork 5
Potential structure
Michael Beck edited this page Apr 23, 2020
·
1 revision
Structure proposed by Goffy:
Suggestion:
-
introduction
-
general rules
-
- style guide
-
- Clean Code
-
- PSR coding standards
-
- Module Structure
-
- ...
-
-
Important Xoops core components
-
- xmf
-
- database
-
- .....
-
-
classes
-
- helper class
-
- Key Classes/Objects API
-
- common classes
-
- ...
-
-
best practise
-
- Namespaces/Autoload
-
- Add Sample Buttons
-
- Use Xmf ModuleAdmin
-
- Add Comment Notification
-
- ...
-
-
module development quide -- {parts from kaotik}