| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of bassam alessawi (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| 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 |
| ||||
| 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 |
| ||||
| 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 |