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

This release addresses object syntax parsing
problems introduced in 2.6.4.
標籤: Minor bugfixes

2004-09-07 21:29
2.6.4

{$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.
標籤: Minor bugfixes

2004-06-17 05:52
2.6.3

標籤: Minor bugfixes

2004-01-17 08:18
2.6.1

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.
標籤: Minor bugfixes

2003-11-20 01:08
2.6.0

標籤: Major feature enhancements

Project Resources