Download List

프로젝트 설명

TemplateThis is a PHP templating system used to
separate HTML from code, easing the process of
creating any type of Web application. The main
features of TemplateThis are its speed,
flexibility, and ease of use. The engine parser
includes support for block iterating, control
structures, template compiling, custom extensions,
and more. TemplateThis is written in pure OO PHP
and does not rely on any frameworks or databases
to run, making it usable on almost any shared host
with PHP enabled.

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.

2004-08-05 19:30
0.4.2

이 릴리스를 다시 캐싱 기능 템플릿이 함수에 대한 버그수정했습니다 가져온다. 예를 들어 파일을 캐시 시스템의 사용을 표시하도록 업데이 트되었습니다. 에는 클래스의 내부에 몇 가지 새로운 사용자 정의 변수는 어떻게 캐시 기능을 처리하는 컨트롤을 변경할 수있는 템플릿 파일입니다.
Tags: Major feature enhancements
This release brings back the template caching feature and has bugfixes for these functions. The example files have been updated to show the usage of the cache system. There are some new customizable variables inside of the class file that you can change to control how the cache feature handles templates.

2004-07-31 06:47
0.3.6

그 클래스 파일을 변경할 수있는 사용자 지정 태그를 delimeters 추가되었습니다. 그것이 사용자 정의 확장을 통해 $ _data 배열을 수정하는 것은 불가능 만든 핵심에 작은 버그가 아직 남아있습니다.
Tags: Minor feature enhancements
Custom tag delimeters that can be changed in the
class file were added. A small bug in the core that
made it impossible to modify the $_data array
through custom extensions still remains.

2004-07-30 18:55
0.2.8

전체 디버그 기능이 제거되었습니다. 그것은 컴파일러에 큰 결함이 발생 그곳에서 디버깅 기능을 완전히 재작 성하지 않고 그것을 고칠 수있는 방법이 전혀 없었습니다. 이 임시입니다. 또한, 새로운 함수를 호출 앞에있습니다 ().
Tags: Minor feature enhancements
The entire debug function has been removed. It was causing a huge glitch
in the compiler and there was no way of fixing it without rewriting
the debug function completely. This is temporary. Also, there is a new
function called prepend().

2004-07-28 16:11
0.2.4

이 릴리스에서는, 그 간과된 대부분의 대부분의 버그가 수정되었습니다. 이것은 파서에 큰 결함이 결과를 참조 변수가 포함되어있습니다. 기타 추가된 두 개의 새로운 확장 기능, 코드 설명서 업데이트, 그리고 앞에 기능이 포함되어있습니다. cache_use 및 cache_callback 기능을 일시적으로 비 때문에 밖의 기능을 촬영했다.
Tags: Minor bugfixes
In this release, most most bugs that were
overlooked were fixed. This includes a reference
variable that resulted in a major flaw in the
parser. Other additions include two new
extensions, updated code documentation, and a
prepend function. The cache_use and cache_callback
functions were temporarily taken out due to
non-functionality.

Project Resources