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-01-17 08:18 Back to release list
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.

Project Resources