Get Smarty

Donate

Paypal

Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Sites Using Smarty

Advertisement

Chapter 18. ヒント & 裏ワザ

空白の変数の扱い

テーブルの背景が適切に機能するように   を出力する場合のように、空白の変数が何も出力しない代わりに デフォルトの値を出力したい場合があるかもしれません。 そのために多くの人は {if} {if}ステートメントを使用すると思いますが、Smartyによる変数の修飾子 default を使った簡略な方法があります。

Note

Undefined variable というエラーが表示されるのは、 PHP の error_reporting()E_ALL になっており、変数が Smarty に代入されていない場合です。

Example 18.1. 変数が空白の時、  を出力する


{* 長ったらしい方法 *}
{if $title eq ''}
    
{else}
   {$title}
{/if}

{* 簡潔な方法 *}
{$title|default:' '}

    

default 修飾子および 変数のデフォルトの扱い も参照してください。

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors