Skip to content

Includes & Flow

RedDragonWebDesign edited this page Sep 5, 2020 · 10 revisions

Tree

index.php
|---_setup.php
    |---_config.php
    |---_functions.php
        |---include/lib_autolink/lib_autolink.php
        |---all classes in classes/
        |---include/phpmailer/PHPMailerAutoload.php
    |---plugins/mods.php
|---themes/$THEME/_header.php
    |---
|---[PAGE LOGIC]
|---[PAGE HTML]
|---themes/$THEME/_footer.php

Files

_setup.php

_config.php

  • database variables

_functions.php

  • declare global functions
  • load classes
  • load dependencies

include/lib_autolink/lib_autolink.php

all classes in classes/

include/phpmailer/PHPMailerAutoload.php

plugins/mods.php

themes/$THEME/_header.php

[PAGE LOGIC]

[PAGE HTML]

themes/$THEME/_footer.php

Clone this wiki locally