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 が、PHP の $HTTP_*_VARS[]
を使用するのか (FALSE
の場合) あるいは $_*[]
を使用するのか (TRUE
の場合) を指定します。デフォルトでは
$_*[]
を使用します。これは、テンプレートで
{$smarty.request.*}, {$smarty.get.*}
などを使用する際に影響します。
$request_use_auto_globals を true
に設定すると
$request_vars_order
はこうかを及ぼさず、PHP の設定値
gpc_order
を使用します。