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

Procedural File: modifier.cat.php

Source Location: /bblog/smarty_plugins/modifier.cat.php ( Revision Log )

Page Details

Smarty plugin

Functions
smarty_modifier_cat  [line 26]

string smarty_modifier_cat( string $string, string $cat  )

Smarty cat modifier plugin

Type: modifier
Name: cat
Date: Feb 24, 2003 Purpose: catenate a value to a variable Input: string to catenate Example: {$var|cat:"foo"}

Parameters:
string   $string: 
string   $cat: 

Information Tags:
Version:  1.0
Author:  Monte Ohrt <at ohrt dot com monte at ohrt dot com>
Link:  cat (Smarty online manual)

[ Top ]