Download List

프로젝트 설명

PHP Fast Template clone is a replacement of the original class.FastTemplate PHP code, and provides a full recursive template structure. The "dynamic" template blocks allowed in class.FastTemplate can now be nested allowing more compact templates in some cases.

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.

2002-10-02 10:17
1.26

PREG_DYN (애원, 최종 성명) HTML 주석 블록에 의견을 후행를 무시하도록 수정했습니다. 편의를 할 때 또한 배열을 인자와 함께 작동 키, 텍스트를 추가하는 추가되었습니다 () 메소드를 추가합니다. 로드 () 오류가 발생하는 경우 파일이 서식 파일을 던져 아니라, 어떤 NOEMPTY 설정을 제어할 수있는 비어 있었어요으로 바뀌었습니다.
Tags: Minor feature enhancements
The PREG_DYN{BEG,END} statement was modified to ignore trailing comments in HTML comment blocks. An append() method was added as a convenience when adding text to a key, which also works with array arguments. load() was modified to not throw an error if the template file was empty, which can be controlled with the NOEMPTY setting.

2001-10-19 03:10
1.22

조용한 () 변수는 템플릿을 허용하도록 경고 메시지를 생성하지 않고 최종 출력에 존재에 추가되었습니다. 문서 및 updtated왔다 "방법"섹션에서 시작되었습니다.
Tags: Minor feature enhancements
quiet() has been added to allow template variables to be present in the final output without generating warning messages. The documentation has been updtated, and a "How To" section has been started.

2001-10-18 23:12
1.21

분명히 () FastTemplate 호환성 및 clear_dynamic 새로운 기능 () (이 만드는 멀티 레벨의 일부 요소가 비어있을 수있습니다) 관리를 쉽게 나열되어있습니다.
Tags: Major bugfixes
clear() FastTemplate compatibility, and a new function clear_dynamic() (which makes multi-level lists easier to manage when some elements may be blank).

2001-10-12 03:41
1.20

이 릴리스 그래서 그것도 조용히 위해 error_reporting (E_ALL로 실행)이 켜져 코드를 정리하고있다. 사진 앨범 샘플을 업데이 트되었습니다. 현재 타르, 그래서 당신이 자신을 포함해야합니다 그리고 캐시 디렉토리를 적절히 설정하는 모든 이미지는 포함되지 않습니다. 번갈아, 당신은 심상 tarball을 얻을 수있습니다.
Tags: Minor bugfixes
This release has code cleanup so that it runs quietly even with error_reporting(E_ALL) turned on. The photo album sample has been updated. The current tarball does not include any images, so you will need to include your own and set up the cache directory appropriately. Alternately, you can get the images tarball.

2001-10-04 05:13
1.19

( '테이블', '메인')) 버그 FastTemplate와 호환되도록 $ 마세요 - "구문 (메인, 배열에 대한 수정 프로그램입니다.
Tags: Minor bugfixes
A fix for a $t->parse(MAIN,array('table','main')) bug to be compatible with FastTemplate.

Project Resources