Download List

프로젝트 설명

Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. This implies that PHP code is application logic, and is separated from the presentation. The Smarty design was largely driven by these goals: clean separation of presentation from application code; a PHP backend and Smarty template frontend; compliment PHP, not replace it; fast development/deployment for programmers and designers; quick and easy to maintain; a syntax that is easy to understand, with no PHP knowledge required; flexibility for custom development; and security (insulation from PHP).

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-09-14 05:08
2.6.5

이 릴리스 주소 구문을 파싱 문제 2.6.4 도입 개체입니다.
Tags: Minor bugfixes
This release addresses object syntax parsing
problems introduced in 2.6.4.

2004-09-07 21:29
2.6.4

($ smarty.ldelim) 및 ($ smarty.rdelim)에 대안이 추가되었습니다 () 및 (rdelim) ldelim. html_select_date 지금은 부정적인 타임 스탬프와 함께 작동합니다. 사용자 가져오기) (불라 불라 URL을 / 패스를 지금은 작동합니다. html_checkboxes 및 출력 html_radios 지금은 추가 처리를 위해 배열로 지정할 수있습니다.
Tags: Minor bugfixes
{$smarty.ldelim} and {$smarty.rdelim} have been added as alternatives
to {ldelim} and {rdelim}. html_select_date now works with negative
timestamps. {fetch}ing URLs with user/pass now works. html_checkboxes
and html_radios output can now be assigned to an array for further
processing.

2004-06-17 05:52
2.6.3

Tags: Minor bugfixes

2004-01-17 08:18
2.6.1

이 릴리스에는 약간 수정하고 새로운 기능이 포함되어있습니다. 그것은 global_assign $을 제거합니다. 그것은 여전히 이전 버전과의 호환성 $ SCRIPT_NAME 설정합니다. 그것은 디버그 지속 1 ""SMARTY_DEBUG 설정 또는 "0"URL에 의해 콘솔을 만들 수있습니다. 그것은 기본적으로 대신의 $ HTTP_ * _VARS 슈퍼 전역을 사용합니다.
Tags: Minor bugfixes
This release contains minor fixes and new features. It removes $global_assign. It still sets $SCRIPT_NAME, for backward compatability. It allows a debug console to be made persistent by setting SMARTY_DEBUG to "1" or "0" in the URL. It uses super globals by default, instead of $HTTP_*_VARS.

2003-11-20 01:08
2.6.0

Tags: Major feature enhancements

Project Resources