Smartyでクラス定数を使う方法

Smartyでクラス定数を使う方法
class MyClass {
    const FOOBAR = 1234;
}
{if $x == constant("MyClass::FOOBAR") }
   ...
{/if}
カテゴリ: