Smarty
[ class tree: Smarty ] [ index: Smarty ] [ all elements ]

Class: Smarty

Source Location: /PhpDocumentor-1.2.0beta2/phpDocumentor/Smarty/Smarty.class.php

Class Overview




Variables

Methods


Child classes:

Smarty_Compiler
Project: Smarty: the PHP compiling template engine

Inherited Variables

Inherited Methods


Class Details

[line 59]


[ Top ]


Class Variables

$autoload_filters = array()

[line 87]


Type:   mixed


[ Top ]

$cache_dir =   'cache'

[line 103]


Type:   mixed


[ Top ]

$cache_handler_func =  null

[line 107]


Type:   mixed


[ Top ]

$cache_lifetime =   3600

[line 104]


Type:   mixed


[ Top ]

$cache_modified_check =  false

[line 110]


Type:   mixed


[ Top ]

$caching =   0

[line 98]


Type:   mixed


[ Top ]

$compiler_class =    'Smarty_Compiler'

[line 144]


Type:   mixed


[ Top ]

$compile_check =   true

[line 89]


Type:   mixed


[ Top ]

$compile_dir =   'templates_c'

[line 69]


Type:   mixed


[ Top ]

$compile_id =  null

[line 151]


Type:   mixed


[ Top ]

$config_dir =   'configs'

[line 70]


Type:   mixed


[ Top ]

$debugging =   false

[line 74]


Type:   mixed


[ Top ]

$debugging_ctrl =   'NONE'

[line 76]


Type:   mixed


[ Top ]

$debug_tpl =   'file:debug.tpl'

[line 75]


Type:   mixed


[ Top ]

$default_template_handler_func =  ''

[line 113]


Type:   mixed


[ Top ]

$force_compile =   false

[line 95]


Type:   mixed


[ Top ]

$global_assign = array( 'HTTP_SERVER_VARS' => array( 'SCRIPT_NAME' ))

[line 81]


Type:   mixed


[ Top ]

$left_delimiter =   '{'

[line 141]


Type:   mixed


[ Top ]

$php_handling =   SMARTY_PHP_PASSTHRU

[line 115]


Type:   mixed


[ Top ]

$plugins_dir =   'plugins'

[line 71]


Type:   mixed


[ Top ]

$request_vars_order =  "EGPCS"

[line 147]


Type:   mixed


[ Top ]

$right_delimiter =   '}'

[line 142]


Type:   mixed


[ Top ]

$secure_dir = array('templates')

[line 126]


Type:   mixed


[ Top ]

$security =    false

[line 125]


Type:   mixed


[ Top ]

$security_settings = array(
                                    'PHP_HANDLING'    => false,
                                    'IF_FUNCS'        => array('array', 'list',
                                                               'isset', 'empty',
                                                               'count', 'sizeof',
                                                               'in_array', 'is_array'),'INCLUDE_ANY'=>false,'PHP_TAGS'=>false,'MODIFIER_FUNCS'=>array('count'))

[line 127]


Type:   mixed


[ Top ]

$template_dir =   'templates'

[line 68]

***********************************************************************

Type:   mixed


[ Top ]

$trusted_dir = array()

[line 137]


Type:   mixed


[ Top ]

$undefined =   null

[line 85]


Type:   mixed


[ Top ]



Method Detail

Smarty (Constructor)   [line 191]

Smarty Smarty( )


[ Top ]

append   [line 237]

void append( mixed $tpl_var, [mixed $value = NULL])


[ Top ]

assign   [line 217]

void assign( mixed $tpl_var, [mixed $value = NULL])


[ Top ]

clear_all_assign   [line 504]

void clear_all_assign( )


[ Top ]

clear_all_cache   [line 473]

void clear_all_cache( )


[ Top ]

clear_assign   [line 262]

void clear_assign( mixed $tpl_var)


[ Top ]

clear_cache   [line 450]

void clear_cache( [mixed $tpl_file = null], [mixed $cache_id = null], [mixed $compile_id = null])


[ Top ]

clear_compiled_tpl   [line 515]

void clear_compiled_tpl( [mixed $tpl_file = null], [mixed $compile_id = null])


[ Top ]

display   [line 555]

void display( mixed $tpl_file, [mixed $cache_id = null], [mixed $compile_id = null])


[ Top ]

fetch   [line 564]

void fetch( mixed $_smarty_tpl_file, [mixed $_smarty_cache_id = null], [mixed $_smarty_compile_id = null], [mixed $_smarty_display = false])


[ Top ]

get_template_vars   [line 535]

void &get_template_vars( )


[ Top ]

is_cached   [line 488]

void is_cached( mixed $tpl_file, [mixed $cache_id = null], [mixed $compile_id = null])


[ Top ]

load_filter   [line 431]

void load_filter( mixed $type, mixed $name)


[ Top ]

quote_replace   [line 1795]

void quote_replace( mixed $string)


[ Top ]

register_block   [line 295]

void register_block( mixed $block, mixed $block_impl)


[ Top ]

register_compiler_function   [line 314]

void register_compiler_function( mixed $function, mixed $function_impl)


[ Top ]

register_function   [line 276]

void register_function( mixed $function, mixed $function_impl)


[ Top ]

register_modifier   [line 333]

void register_modifier( mixed $modifier, mixed $modifier_impl)


[ Top ]

register_outputfilter   [line 412]

void register_outputfilter( mixed $function)


[ Top ]

register_postfilter   [line 392]

void register_postfilter( mixed $function)


[ Top ]

register_prefilter   [line 372]

void register_prefilter( mixed $function)


[ Top ]

register_resource   [line 352]

void register_resource( mixed $type, mixed $functions)


[ Top ]

template_exists   [line 526]

void template_exists( mixed $tpl_file)


[ Top ]

trigger_error   [line 545]

void trigger_error( mixed $error_msg, [mixed $error_type = E_USER_WARNING])


[ Top ]

unregister_block   [line 305]

void unregister_block( mixed $block)


[ Top ]

unregister_compiler_function   [line 324]

void unregister_compiler_function( mixed $function)


[ Top ]

unregister_function   [line 286]

void unregister_function( mixed $function)


[ Top ]

unregister_modifier   [line 343]

void unregister_modifier( mixed $modifier)


[ Top ]

unregister_outputfilter   [line 422]

void unregister_outputfilter( mixed $function)


[ Top ]

unregister_postfilter   [line 402]

void unregister_postfilter( mixed $function)


[ Top ]

unregister_prefilter   [line 382]

void unregister_prefilter( mixed $function)


[ Top ]

unregister_resource   [line 362]

void unregister_resource( mixed $type)


[ Top ]


Documentation generated on Fri, 30 Apr 2004 22:10:42 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.