Child pages
  • Fundamentals

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel2
styledisc
printablefalse

Fundamentals

Concepts

Tip

You should be familiar with PHP and Object-Oriented Programming before attempting to write your own module.

...

  • Object/data. Database access is controlled through files in the "classes" folder.
  • Data control. User-provided content is controlled by files in the root folder.
  • Design. All of the theme's files are in the "themes" folder.

Image RemovedImage Added

This is the same principle as the Model–view–controller (MVC) architecture, only in a simpler and more accessible way.

...