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.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 |
More Info...Advanced PHP Template ..
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.
Download LinkAdvanced PHP Temp ..
Related produck This user:Savetheinternet
No comments:
Post a Comment