Download List

프로젝트 설명

Template Interface Engine joins back-end code (as business logic layer) and HTML code (known as presentation layer) which are written in separate files. This class implements a template engine that uses regular expressions to locate placeholder marks. It supports template loops and uses event driven callback functions to set variables inside the loop sections. Outside loop sections, the variable values can set directly. The tags used by this engine are enclosed by comment HTML tags, so the templates can be edited later by any WYSIWYG HTML editor.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-03-28 17:53
1.0+

구성 파일에 추가되었습니다. 포함 태그 기능을 추가했다. "논리 표현"평가 고정되었고 그렇게 루프 이름 테이블의 데이터를 루프의 개수를 나타내는 또 다른 표현 대신에 변수로 표현에서 사용할 수있는 향상된. 그러나 기본적으로 모든 내부 PHP 함수를 사용하는 것은 불가능합니다, 당신은 지금 구성 파일이 허용하는 선언을 사용할 수있습니다. "RegisterFunction"기능을, 어떤 사용자 정의 함수를 사용하는 클래스를 등록하는 데 사용되는 추가되었습니다.
Tags: Major feature enhancements
A configuration file was added. An INCLUDE tag
feature was added. "Logic expression" evaluation
was fixed and enhanced so that the loop name can
be used in the expression as a variable instead of
another expression that represents the count of
the table data loop. While it is impossible to use
all internal PHP functions by default, you can now
use a declaration in the configuration file to
permit this. The "RegisterFunction" function was
added, which is used to register a custom function
used by the class.

2006-03-06 09:55
0.8+

만약 - elseif 절은 - 싫다 블록 및 루프 블록 지금은 지원됩니다. 멀티 파일 헤더, 본문, 처리할 수있습니다 및 바닥글 템플릿. 출력을 표준 출력에 파일 또는 문자열로 (_PIPE 모드를 사용)로 보낼 수있습니다. 섹션을 재귀적으로 작동합니다. PHP4 사용자를위한 클래스를 추가했다. 사용 방법의 검토를 위해 sample3.php 및 sample4.php를 참조하십시오. PHP4 호환성 버전에 대한 예제도 제공됩니다.
Tags: Major feature enhancements
IF-ELSEIF-ELSE blocks and LOOP blocks are now
supported. Multi-template files can be handled as
header, body, and footer. The output can be sent
to stdout, to a file, or as string (by using _PIPE
mode). The section works recursively. A class for
PHP4 users was added. See sample3.php and
sample4.php for a review of how to use it. The
sample for PHP4 compatibility version is also
available.

2005-07-06 12:57
2005-07-06

"sample2.php"예제 파일 예를 들어 문서의 역할에 추가되었습니다. 그것을 추가하거나 페이지의 검색에서 항목을 편집하는 데 사용됩니다.
Tags: Documentation
The "sample2.php" sample file was added to serve
as an example document. It is used to add or edit
an item from the browse page.

2005-06-28 08:50
2005-06-27

이 시험판 버전입니다. 그것은 같은 테이블의 모양을위한 논리를 반복을 지원합니다.
Tags: Initial freshmeat announcement
This is a pre-release version. It supports looping
logic such as for table appearance.

Project Resources