Skip to content
Snippets Groups Projects
  1. Jul 20, 2012
  2. Jul 15, 2012
    • Taddeus Kroes's avatar
      Added template parser classes. · 5c420197
      Taddeus Kroes authored
      - The Template class represents a template file, consisting of blocks and
        variables.
      - The Node class is used to create a tree structure of the blocks in a
        template file, and of the data that is mapped on the blocks.
      5c420197
  3. Jul 14, 2012
    • Taddeus Kroes's avatar
      First set of files: · 34905f8b
      Taddeus Kroes authored
      - Base file, contains some common classes and functions for use in the
        framework.
      - An autoloader class, to load PHP classes in a specific directory.
      - A logger class with functionality similar to the Python built-in `logging'
        module.
      - Unit tests for the files listed above.
      - README and git/unit tests/documentation config files.
      34905f8b
Loading