What is Smarty?
Why use it?
Use Cases and Work Flow
Syntax Comparison
Template Inheritance
Best Practices
Crash Course
You may use the Smarty logo according to the trademark notice.
For sponsorship, advertising, news or other inquiries, contact us at:
Определяет должен ли Smarty использовать $HTTP_*_VARS[]
($request_use_auto_globals=false - значением по умолчанию) или
$_*[] ($request_use_auto_globals=true). Это влияет на поведение шаблонов,
которые используют {$smarty.request.*}, {$smarty.get.*} и т.д.
Внимание: если вы установите $request_use_auto_globals в true, variable.request.vars.order
не учитывается, а вместо него используется значение
gpc_order
из настроек php.