Monday, September 10, 2012

Advanced PHP Template Preprocessor

PHP Scripts - Advanced PHP Template Preprocessor - CodeCanyon

Advanced PHP Template Preprocessor his title this type of PHPScripts/Miscellaneous This time I will review,made by Savetheinternet, PHPScripts/Miscellaneous is sold at a price of $6 in CodeCanyon. Advanced PHP Template Preprocessor - CodeCanyon Item for Sale display // html // parse // preprocessor // template //
Created 15 October 10
Last Update 16 October 10
Compatible Browsers IE6, IE7, IE8, Firefox, Safari, Opera, Chrome 4, Chrome 5
Software Version PHP 5.x, jQuery
Files Included PHP

Introduction

In it’s most basic form, PHP Template Preprocessor can replace tags with values set in PHP , but it also has an advanced sort of “syntax” that you can use.

How to use

 echo Element("template.html", Array( "something" => "something" )); 

Features

Optionals/Defaults

You can specify the defaults for a variable, which are used when the value isn’t specified by the PHP script.

Conditionals

These are basically “if” statements.

Iteration

You can parse an Array to the template, and make it iterate through it.

Arrays

You can use arrays, infinitely, like so:

“{something[something]}”

PHP Variables

If you enable this, you can access global PHP variables by using “{$something}”.

Speed

This script is optimized for performance. An average template shouldn’t take more than 0.001 seconds to process. That’s one millisecond! That time generally increases (slightly) as more tags and layers are added, but you will probably never see it go over 0.005 seconds (5 milliseconds).

Infinite recursion

You can add as many layers of tags as you want.

For example, you could use…

“{test={test={test={test={test={test={test={test={test={test={test}}}}}}}}}}”

... And it would still be processed accordingly. There is no limit to recursion.

Related produck This user:Savetheinternet

qForms - CodeCanyon Item for Sale AutoCache - CodeCanyon Item for Sale ToSQL - JSON/XML/PHP to SQL - CodeCanyon Item for Sale PHPsh - PHP Terminal - CodeCanyon Item for Sale

More items by Savetheinternet

No comments:

Post a Comment