template engine
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1776
Simple Template Engine
This class implements a simple template engine that works by replacing text. It can read a template file into a string. Then it searches and replaces all occurrences of the template place holder marks more>> This class implements a simple template engine that works by replacing text. It can read a template file into a string. Then it searches and replaces all occurrences of the template place holder marks with the values of one or more template arguments.<<less
Added: 2007-03-13 License: GPL Price: Free
965 downloads
Expose template engine 1.1.0
Expose is a PHP template engine. It supports server and client-sided caching, a plugin system (to simplify common tasks like inserting a date picker) and localization (to write templates in multiple languages using external translation files). Unlike more>> Expose is a PHP template engine. It supports server and client-sided caching, a plugin system (to simplify common tasks like inserting a date picker) and localization (to write templates in multiple languages using external translation files). Unlike most template engines, Exposes template script language is based on PHP itself, which means you dont have to learn a new syntax. You can use most of the PHP language elements and functions the way youre familiar with.<<less
Added: 2006-02-14 License: Free Non-Commercial Price: $0.00USD
15 downloads
Other version of Expose template engine
License:Free for non-commercial use
Xtreme Template Engine 1.0
Unlike smarty or other template systems in php, XtremeTemplate dont need 2 level compilation, instead, it uses PHP itself as its template language so you dont need to learn a new syntax . Why Use XtremeTemplate for Templates? * XtremeTemplate more>> Unlike smarty or other template systems in php, XtremeTemplate dont need 2 level compilation, instead, it uses PHP itself as its template language so you dont need to learn a new syntax . Why Use XtremeTemplate for Templates? * XtremeTemplate is fast and easy to use. * You dont need to learn a new language or markup to create a template. The template language is PHP, and the template file is a regular PHP file. * You dont have to worry about separate directories (or permissions on those directories) for compiled template sources, because XtremeTemplate is not a compiling engine (the template scripts are already written in PHP). * See more details on http://www.intelisoftbd.com/open-source-projects/xtreme-template.html<<less
Added: 2009-05-04 License: Freeware Price: $0.00USD
11 downloads
Gears - Template Engine 1.8
A PHP class that loads template files, binds variables to a single file or globally without the need for custom placeholders/variables, allows for parent-child hierarchy and parses the template structure. * Loads any type of file into the system * more>> A PHP class that loads template files, binds variables to a single file or globally without the need for custom placeholders/variables, allows for parent-child hierarchy and parses the template structure. * Loads any type of file into the system * Binds variables to a single file or to all files globally * Template files DO NOT need custom markup and placeholders for variables * Can access and use variables in a template just as you would a PHP file * Allows for parent-child hierarchy * Parse a parent template to parse all children, and their children, and so on * Can destroy template indexes on the fly * No eval() or security flaws<<less
Added: 2009-02-16 License: Other Price: $0.00USD
11 downloads
Smart Engine Template Engine 1
Smart Engine is new and powerfull template engine for php scripts . support IF , FOREACH ,TIME,Array,Variants Smart Engine is newest script from Hitron Soft and make your projects easier and shorter codes will be need this is fast and use Smarty style more>> Smart Engine is new and powerfull template engine for php scripts . support IF , FOREACH ,TIME,Array,Variants Smart Engine is newest script from Hitron Soft and make your projects easier and shorter codes will be need this is fast and use Smarty style tags and dont cache Files .you can join this project to make it faster and more effective and easier. Thanks<<less
Added: 2009-04-23 License: Other Price: $0.00USD
12 downloads
DTE - Devon Template Engine 1.2
DTE is Devon Template Engine based on PHP5 (OOP) and is designed to be fast and simple. Supported: display, fetch, rendering, helpers, i18n etc. DTE is very fast. more>> DTE is Devon Template Engine based on PHP5 (OOP) and is designed to be fast and simple. Supported: display, fetch, rendering, helpers, i18n etc. DTE is very fast.<<less
Added: 2008-06-28 License: GPL Price: $0.00USD
12 downloads
AHM Template Engine For PHP 1.0
This is a very light weight, fast template engine for php. Everything in one class only. more>> This is a very light weight, fast template engine for php. Everything in one class only.<<less
Added: 2008-03-19 License: Freeware Price: $0.00USD
11 downloads
Jtpl - simple template engine for Java servlet 1.4
Jtpl is a template engine for Java Servlet which allows you to store your HTML code apart from your Java code. A template engine is a software module which is used to generate HTML pages. The layout of a HTML page is defined within a template file, more>> Jtpl is a template engine for Java Servlet which allows you to store your HTML code apart from your Java code. A template engine is a software module which is used to generate HTML pages. The layout of a HTML page is defined within a template file, which can be designed by using a standard HTML editor. At run-time, the application program instructs the template engine to load the template, fill in variable values, repeat blocks and produce the final HTML page. There are other template engines (like Velocity, WebMacro or Struts) which are huge and use complex template syntaxes.<<less
Added: 2004-07-06 License: GPL Price: $0.00USD
11 downloads
Other version of Jtpl - simple template engine for Java servlet
License:GPL
Templating with phpBB template Engine Part 2 Tutorial
In this part, you will learn on how to create a template based dynamic table using phpBB template engine more>> In this part, you will learn on how to create a template based dynamic table using phpBB template engine<<less
Added: 2005-01-09 License: Other Price: $0.00USD
13 downloads
XTemplate.Net 1.0.0
XTemplate.Net is an ASP.Net library much like PHP XTemplate. XTemplate.Net is NOT a port of the popular PHP XTemplate but rather a .Net version of a template engine much like it. Templates that work for PHP XTemplate will work with XTemplate.Net and vice more>> XTemplate.Net is an ASP.Net library much like PHP XTemplate. XTemplate.Net is NOT a port of the popular PHP XTemplate but rather a .Net version of a template engine much like it. Templates that work for PHP XTemplate will work with XTemplate.Net and vice versa. This allows site designers to design while developers, develop, because XTemplate.Net features separation of Code and Design with a lot more flexibility than MasterPages in ASP.Net. Templates made with XTemplate.Net can be nested into unlimited levels leaving your design modular and easy to modify. Using XTemplate.Net is simple and powerful. So what do you have to loose? Try XTemplate.Net today!<<less
Added: 2007-05-10 License: Free Non-Commercial Price: $0.00USD
13 downloads
Other version of XTemplate.Net
License:Free for non-commercial use
ABi Template 1.0
ABi Template is very simple easy for use template engine written in PHP. It supports loops, and is absolutelly free. more>> ABi Template is very simple easy for use template engine written in PHP. It supports loops, and is absolutelly free.<<less
Added: 2005-07-19 License: Freeware Price: $0.00USD
14 downloads
Other version of ABi Template
License:Freeware
vwTemplate
vwTemplate is simple templates engine for PHP5. It allows to define variables, dynamic blocks, statically and dynamically include template files, store parsed template in file for future use and recre more>> vwTemplate is simple templates engine for PHP5. It allows to define variables, dynamic blocks, statically and dynamically include template files, store parsed template in file for future use and recreate template from serialized string or file. It does not and will not implement functions, loops and similar features well known from other template engines, like, for example, Smarty. vwTemplate is stable and has been used in numerous projects.<<less
Added: 2006-05-03 License: GPL Price: FreeAdditionalInfoFornoncommercialuse
1269 downloads
YAPTemplate 0.5
YAPTemplate is a single PHP4 class that can be used as a template engine. It has 9 functions including the constructor and is very small. Additionally, it should able to be safely used alongside other template engines/components. Template loading is more>> YAPTemplate is a single PHP4 class that can be used as a template engine. It has 9 functions including the constructor and is very small. Additionally, it should able to be safely used alongside other template engines/components. Template loading is fairly flexible. Not a complete content management system, just a limited, but useful, template component.<<less
Added: 2006-09-01 License: Freeware Price: $0.00USD
10 downloads
Other version of YAPTemplate
Price: FreeAdditionalInfoCommentblockmustremainintact.Norestrictionsonuseordistribution.
License:Freeware
License:Freeware
AbsTemplate 1.0
The AbsTemplate is an extremely simple and lightweight template engine written in PHP. It consists only of one file, the base class. By using the AbsTemplate template engine you can: * set your own custom delimiters for variables to use inside more>> The AbsTemplate is an extremely simple and lightweight template engine written in PHP. It consists only of one file, the base class. By using the AbsTemplate template engine you can: * set your own custom delimiters for variables to use inside template files, * use any type of templates you want, that is, the template files can have any extension you want(be it .php, .inc, .tpl, etc...), * display multiple templates per page, * cache templates, * chose to assign the content of a template to a variable and, when appropriate, you can just display its content.<<less
Added: 2009-04-11 License: Freeware Price: $0.00USD
11 downloads
EasyTemplate 1.2
EasyTemplate is a template engine for PHP. it is easy to use and basic, it is powerfull for any application that need this functions LOOP, INCLUDE, SWITCH and IF ELSE. is also cached the page after compiled finally you dont need to assign variables, it more>> EasyTemplate is a template engine for PHP. it is easy to use and basic, it is powerfull for any application that need this functions LOOP, INCLUDE, SWITCH and IF ELSE. is also cached the page after compiled finally you dont need to assign variables, it is auto recognized the variables.<<less
Added: 2005-09-15 License: Freeware Price: $0.00USD
14 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above template engine search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed