PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

Custom Functions | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

Chapter 8. Custom Functions

Smarty comes with several custom functions that you can use in the templates.

assign

Attribute NameTypeRequiredDefaultDescription
varstringYesn/aThe name of the variable being assigned
valuestringYesn/aThe value being assigned

assign is used for assigning template variables during the execution of the template.

Example 8-1. assign

{assign var="name" value="Bob"}

The value of $name is {$name}.

OUTPUT:

The value of $name is Bob.
忘却曲線を使ってこの関数を確実に記憶に残す

フォーラムで「Custom Functions」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | Custom Functions」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: