cvs: smarty /docs/en/programmers/api-variables variable-request-use-auto-globals.xml
[email protected] ("boots") Tue, 06 Dec 2005 18:39:27 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvsboots1133894367@cvsserver> |
boots Tue Dec 6 13:39:27 2005 EDT
Modified files:
/smarty/docs/en/programmers/api-variables
variable-request-use-auto-globals.xml
Log:
request_use_autoglobals defaults to true since 2.6.1
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-variables/variable-request-use-auto-globals.xml?r1=1.2&r2=1.3&ty=u
Index: smarty/docs/en/programmers/api-variables/variable-request-use-auto-globals.xml
diff -u smarty/docs/en/programmers/api-variables/variable-request-use-auto-globals.xml:1.2 smarty/docs/en/programmers/api-variables/variable-request-use-auto-globals.xml:1.3
--- smarty/docs/en/programmers/api-variables/variable-request-use-auto-globals.xml:1.2 Mon May 23 11:43:01 2005
+++ smarty/docs/en/programmers/api-variables/variable-request-use-auto-globals.xml Tue Dec 6 13:39:23 2005
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<sect1 id="variable.request.use.auto.globals">
<title>$request_use_auto_globals</title>
<para>
Specifies if Smarty should use php's $HTTP_*_VARS[]
- ($request_use_auto_globals=false which is the default value) or
- $_*[] ($request_use_auto_globals=true). This affects templates
- that make use of
+ ($request_use_auto_globals=false) or $_*[] ($request_use_auto_globals=true
+ which is the default value). This affects templates that make use of
<link linkend="language.variables.smarty">{$smarty.request.*}, {$smarty.get.*}</link> etc. .
Caution: If you set $request_use_auto_globals to true, <link
linkend="variable.request.vars.order">$request_vars_order