update a few files

This commit is contained in:
mohrt
2001-12-03 20:43:43 +00:00
parent 9847551176
commit e7fd903125
3 changed files with 13 additions and 14 deletions

8
FAQ
View File

@@ -78,7 +78,7 @@ A: You certainly can. Smarty's cache and these cache solutions have nothing in
utmost importance, we would recommend using one of these with any PHP
application, using Smarty or not.
Q: Why does smarty have a built in cache? Wouldn't it be better to handle this
Q: Why does Smarty have a built in cache? Wouldn't it be better to handle this
in a separate class?
A: Smarty's caching functionality is tightly integrated with the template
engine, making it quite a bit more flexible than a simple caching wrapper.
@@ -115,8 +115,7 @@ A: Yes. Subscribe by sending an e-mail to subscribe-smarty@lists.ispi.net. This
Q: Can you change the mailing list so Reply-To sends to the list and not the
user?
A: Yes we could, but no we won't. Use "Reply-All" in your e-mail client to send
to the list.
http://www.unicom.com/pw/reply-to-harmful.html
to the list. http://www.unicom.com/pw/reply-to-harmful.html
TROUBLESHOOTING
@@ -184,8 +183,7 @@ Q: My ISP did not setup the PEAR repository, nor will they set it up. How do I
make Smarty run without it?
A: The easiest thing to do is grab all of PEAR and install it locally for your
own use. There's nothing that says PEAR must be installed in its default
directory. There won't be a version of Smarty that runs without PEAR, as it
dependant on it, and may become moreso in the future.
directory. There won't be a version of Smarty that runs without PEAR.
Q: Javascript is causing Smarty errors in my templates.
A: Surround your javascript with {literal}{/literal} tags. See the docs.