Download List

프로젝트 설명

XTemplate is a template engine for PHP which allows you to store your HTML code apart from your PHP code. It has many useful features such as nested blocks and various kinds of variable interpolation, and yet the code is very short and very optimized. It includes several examples and was written with an attempt at being easy to understand. The basic syntax is from FastTemplate and QuickTemplate but the entire class was written from scratch without code from other template engines.

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.

2001-03-27 06:34
0.2.4-3

ereg preg로 변경 SetNullBlock 수정하기 전에 차단 WML은 ()에 대한 후 원치 않는 뉴라인 제거, CachedXTemplate의 추가, 그리고 몇몇 다른 마이너 최적화 및 버그수정.
Tags: Minor bugfixes
Changing ereg to preg, SetNullBlock fixes, removal of unwanted newlines before and after blocks (for WML), addition of CachedXTemplate, and some other minor optimizations and bugfixes.

2001-01-30 15:14
0.2.4

두 심각한 버그, 즉 HTML 주석을 완전히 망치는 텍스트를 구문 분석 원인이 해결되었습니다 해결되었습니다. 스타일 시트 브라켓 변수 및 구문 분석됐다 빈 문자열로 보정했다, 이것도 해결되었습니다.
Two serious bugs have been fixed, namely an HTML comment caused the parsed text to completely screw up, this has been fixed. Style sheet brackets were parsed as variables, and were interpolated to empty strings, this has also been fixed.

Project Resources