cvs: smarty /docs programmers.sgml
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1073936772@cvsserver> |
messju Mon Jan 12 14:46:12 2004 EDT
Modified files:
/smarty/docs programmers.sgml
Log:
removed docs for $global_assign
Index: smarty/docs/programmers.sgml
diff -u smarty/docs/programmers.sgml:1.48 smarty/docs/programmers.sgml:1.49
--- smarty/docs/programmers.sgml:1.48 Mon Jan 12 14:42:13 2004
+++ smarty/docs/programmers.sgml Mon Jan 12 14:46:12 2004
@@ -130,29 +130,6 @@
value is ignored.
</para>
</sect1>
- <sect1 id="variable.global.assign">
- <title>$global_assign</title>
- <para>
- This is a list of variables that are always implicitly assigned
- to the template engine. This is handy for making global
- variables or server variables available to all templates
- without having to manually assign them. Each element in the
- $global_assign should be either a name of the global variable,
- or a key/value pair, where the key is the name of the global
- array and the value is the array of variables to be assigned
- from that global array. $SCRIPT_NAME is globally assigned by
- default from $HTTP_SERVER_VARS.
- </para>
- <note>
- <title>Technical Note</title>
- <para>
- Server variables can be accessed through the
- $smarty variable, such as {$smarty.server.SCRIPT_NAME}. See the
- section on the
- <link linkend="language.variables.smarty">$smarty</link> variable.
- </para>
- </note>
- </sect1>
<sect1 id="variable.undefined">
<title>$undefined</title>
<para>
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php