Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Template elements overview

chrischdi edited this page Sep 29, 2010 · 2 revisions

include "inc/cms.php"; Load the CMS (inits $cms, reads the database, does some magic)

Class Cms

Description

  • Contains all of the page content and information.

  • Generates instances of the classes

    • Db

    • Website

    • Nav

    • Page

Class Db

  • Reads the main xml-file

  • Returns contents of the xml-file

Class Website

  • Class for static website information:

    • title

    • domain

    • webmaster

    • …​

Class Nav

*

Class Page

  • Class for site elements (contains information of the current page)

  • Contains functions for the template to insert the content

Clone this wiki locally