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

Procedural File: compiler.assign.php

Source Location: /bblog/smarty_plugins/compiler.assign.php ( Revision Log )

Page Details

Smarty plugin

Functions
smarty_compiler_assign  [line 19]

void smarty_compiler_assign( string $tag_attrs, Smarty_Compiler &$compiler  )

Smarty {assign} compiler function plugin

Type: compiler function
Name: assign
Purpose: assign a value to a template variable

Parameters:
string   $tag_attrs:  containing var-attribute and value-attribute
Smarty_Compiler   &$compiler: 

Information Tags:
Link:  {assign} (Smarty online manual)

[ Top ]