PHP Classes

File: docs/Introduction/Possibilities for the programmer.md

Recommend this page to a friend!
  Packages of Rafa Rodriguez   Div PHP Template Engine   docs/Introduction/Possibilities for the programmer.md   Download  
File: docs/Introduction/Possibilities for the programmer.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Div PHP Template Engine
Template processing engine that replaces tags
Author: By
Last change:
Date: 3 months ago
Size: 533 bytes
 

Contents

Class file image Download

The programmer creates an instance of div class, specifying in its constructor, the template created by the designer and the information that will be displayed.

  • Rename the div class
  • Define default file extensions
  • Div class inheritance and object-oriented programming
  • Define variables
  • Defining global variables
  • Define replacement values per variable
  • Load data from a JSON file
  • Ignore information variables passed to the constructor of the div class
  • Debug
  • Use class div instance as a string
  • Implement some hooks