mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-03 18:04:26 +02:00
updated FAQ
This commit is contained in:
5
FAQ
5
FAQ
@@ -51,3 +51,8 @@ A: Smarty uses the PEAR libraries for some of its error handling routines.
|
||||
these libraries is included in your php include_path. Unix users check
|
||||
/usr/local/lib/php. Windows users check C:/php/pear.
|
||||
|
||||
Q: I get this error when passing variables to {include}:
|
||||
Fatal error: Call to undefined function: get_defined_vars() in
|
||||
/path/to/Smarty/templates_c/index.tpl.php on line 8
|
||||
A: get_defined_vars() was added to PHP 4.0.4. If you plan on passing
|
||||
variables to included templates, you will need PHP 4.0.4 or later.
|
||||
|
Reference in New Issue
Block a user