XOOPS 2.5.6
Final
|
Go to the source code of this file.
Classes | |
class | Smarty |
Namespaces | |
namespace | Smarty |
Variables | |
const | SMARTY_PHP_ALLOW 3 |
const | SMARTY_PHP_PASSTHRU (!defined('SMARTY_CORE_DIR')) 0 |
const | SMARTY_PHP_QUOTE 1 |
const | SMARTY_PHP_REMOVE 2 |
const SMARTY_PHP_ALLOW 3 |
Definition at line 59 of file Smarty.class.php.
Referenced by Smarty_Compiler\_compile_file().
const SMARTY_PHP_PASSTHRU(!defined('SMARTY_CORE_DIR')) 0 |
DIR_SEP isn't used anymore, but third party apps might set SMARTY_DIR to absolute path to Smarty library files. if not defined, include_path will be used. Sets SMARTY_DIR only if user application has not already defined it.
Definition at line 56 of file Smarty.class.php.
Referenced by Smarty_Compiler\_compile_file().
const SMARTY_PHP_QUOTE 1 |
Definition at line 57 of file Smarty.class.php.
const SMARTY_PHP_REMOVE 2 |
Definition at line 58 of file Smarty.class.php.