Smarty


Globals


Global Summary
final mixed

DIR_SEP

DIR_SEP isn't used anymore, but third party apps might

final mixed

SMARTY_CORE_DIR

final mixed

SMARTY_DIR

set SMARTY_DIR to absolute path to Smarty library files.

final int

SMARTY_PHP_ALLOW

final int

SMARTY_PHP_PASSTHRU

final int

SMARTY_PHP_QUOTE

final int

SMARTY_PHP_REMOVE

mixed

smarty

Include the {@link shared.make_timestamp.php} plugin

Global Detail

Smarty.class.php at line 39

DIR_SEP

public final mixed DIR_SEP = DIRECTORY_SEPARATOR

DIR_SEP isn't used anymore, but third party apps might


Smarty.class.php at line 53

SMARTY_CORE_DIR

public final mixed SMARTY_CORE_DIR = SMARTY_DIR . 'internals' . DIRECTORY_SEPARATOR

Smarty.class.php at line 49

SMARTY_DIR

public final mixed SMARTY_DIR = dirname(__FILE__

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.


Smarty.class.php at line 59

SMARTY_PHP_ALLOW

public final int SMARTY_PHP_ALLOW = 3

Smarty.class.php at line 56

SMARTY_PHP_PASSTHRU

public final int SMARTY_PHP_PASSTHRU

Smarty.class.php at line 57

SMARTY_PHP_QUOTE

public final int SMARTY_PHP_QUOTE = 1

Smarty.class.php at line 58

SMARTY_PHP_REMOVE

public final int SMARTY_PHP_REMOVE = 2

plugins/modifier.date_format.php at line 11

smarty

public mixed smarty

Include the shared.make_timestamp.php plugin


Smarty