What is Smarty?
Why use it?
Use Cases and Work Flow
Syntax Comparison
Template Inheritance
Best Practices
Crash Course
You may use the Smarty logo according to the trademark notice.
For sponsorship, advertising, news or other inquiries, contact us at:
This is the directory used to store
config files
used in the
templates. Default is
./configs
, meaning that
Smarty will look for the configs/
directory in the same directory as the executing php script.
It is not recommended to put this directory under the web server document root.
As of Smarty 3.1 the attribute $config_dir is no longer accessible directly. Use
getConfigDir()
,
setConfigDir()
and
addConfigDir()
instead.
See also
getConfigDir()
,
setConfigDir()
and
addConfigDir()
.