cvs: smarty /docs/en/programmers/api-variables variable-plugins-dir.xml
"Monte Ohrt" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmohrt1108137491@cvsserver> |
mohrt Fri Feb 11 10:58:11 2005 EDT
Modified files:
/smarty/docs/en/programmers/api-variables variable-plugins-dir.xml
Log:
reword a bit, explain multiple plugin dirs
http://cvs.php.net/diff.php/smarty/docs/en/programmers/api-variables/variable-plugins-dir.xml?r1=1.1&r2=1.2&ty=u
Index: smarty/docs/en/programmers/api-variables/variable-plugins-dir.xml
diff -u smarty/docs/en/programmers/api-variables/variable-plugins-dir.xml:1.1 smarty/docs/en/programmers/api-variables/variable-plugins-dir.xml:1.2
--- smarty/docs/en/programmers/api-variables/variable-plugins-dir.xml:1.1 Tue Apr 13 07:39:14 2004
+++ smarty/docs/en/programmers/api-variables/variable-plugins-dir.xml Fri Feb 11 10:58:11 2005
@@ -1,13 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<sect1 id="variable.plugins.dir">
<title>$plugins_dir</title>
<para>
- This is the directories where Smarty will look for the plugins that it
- needs. Default is "plugins" under the SMARTY_DIR. If you supply a
- relative path, Smarty will first look under the SMARTY_DIR, then
- relative to the cwd (current working directory), then relative to each
- entry in your PHP include path.
+ This is the directory (or directories) where Smarty will look for the
+ plugins that it needs. Default is "plugins" under the SMARTY_DIR. If you
+ supply a relative path, Smarty will first look under the SMARTY_DIR, then
+ relative to the cwd (current working directory), then relative to the PHP
+ include_path. If $plugins_dir is an array of directories, Smarty will
+ search for your plugin in each plugin directory in the order they are
+ given.
</para>
<note>
<title>Technical Note</title>
@@ -37,4 +39,4 @@
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--->
\ No newline at end of file
+-->
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php