PHP Classes

Packages of bassam alessawi

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of bassam alessawi (2)  >  Mission progress status  >  Reputation  
Picture of bassam alessawi
Name: bassam alessawi <contact> bassam alessawi Google profile
Classes: 2
Country: Jordan Jordan
Age: 45
All time rank: 32955 in Jordan Jordan
Week rank: 195 Up2 in Jordan Jordan Up
All time users: 491
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image lezaz  
Template engine that compiles tags into PHP code
This package implements a template engine that compiles tags into PHP code.

It can process templates with special tags that may appear in template files and compiles them into PHP scripts that once executed produce the template engine output.

The tags and processed by plugin scripts that extend the template engine functionality. Currently it supports plugins to:

- Include additional templates
- Iterate over array template variables
- Evaluate conditions and process template sections according to the condition results
- Import CSS and JavaScript to the HTML output with support to compress the CSS and JavaScript
- Include raw PHP code
- Iterate over the results of given SQL query

  Files folder image Sfhati PHP engine  
Template engine that generates PHP compiled files
This package implements a template engine that generates PHP compiled files.

It takes a given template file and processes it replacing variables and other types of template constructs.

The class return the path of PHP script that is the compiled template ready to be executed.

The package comes with several plugins that implement variable replacement, conditional sections, loops, and including additional template files.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z