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-01-30 15:14 Back to release list
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