smarty template engine
Sunday, September 07, 2008  
download | documentation | faq | forum | mailing lists | changelog | contribs 


search for in the  


$request_use_auto_globals

Smarty が、PHP の $HTTP_*_VARS[] を使用するのか (FALSE の場合) あるいは $_*[] を使用するのか (TRUE の場合) を指定します。デフォルトでは $_*[] を使用します。これは、テンプレートで {$smarty.request.*}, {$smarty.get.*} などを使用する際に影響します。

注意: $request_use_auto_globals を true に設定すると $request_vars_order はこうかを及ぼさず、PHP の設定値 gpc_order を使用します。




 

credits 

Smarty Copyright © 2002-2008
New Digital Group, Inc.

All rights reserved.