What is Templights 0.1.3.1? Templights is template system that uses PHP as template language and has a powerful multiple inheritance support. Small memory footprint and efficient implementation results in very good performance of template system. [h2]Syntax[/h2] Templates consists of blocks which can be nested or extended. Blocks are defined by open tag {% and closed by close tag %}. After open tag name of block must be defined. Block name must be uppercase alphanumeric word. Content of block is defined inside curly braces. Example: {% BLOCK { This is content of a block named BLOCK. {% SUB { This is sub-block named SUB. }%} }%} Code (markup): Blocks can be extended simply by replacing block name with parent template filename. Example: {% template.tpl { {% BLOCK { This content will override content of block named BLOCK from template file template.tpl }%} }%} Code (markup): Inside blocks PHP tags can be included. It is recommended to use PHP alternative syntax for control structures for more readable code. Example: {% LIST { <? if ($list) : ?> <ul> <? foreach ($list as $item) : ?> <li><?= $item; ?></li> <? endforeach; ?> </ul> <? endif; ?> }%} Code (markup): Comments are enclosed by {%% and %%} tags. Example: {%% This is one line comment! %%} {%% Comments can be spreaded over many lines. %%} Code (markup): home and files and examples http://www.jooria.com/scripts/PHP-Templates-Engine-118/Templights-921/index.html Code (markup): download http://www.jooria.com/downloads/436/templights-0.1.3.1.zip Code (markup):
I think it was a promotional piece for something he'd written. In which case I'm already going "dear God not another templating engine".
do you know i just want to help the members not help my self iam have great php xp i can do any thinge by it so this templete engine for members is they love it and i use my own templete engine its call rain tpl