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

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

  

$autoload_filters

If there are some filters that you wish to load on every template invocation, you can specify them using this variable and Smarty will automatically load them for you. The variable is an associative array where keys are filter types and values are arrays of the filter names. For example:

$smarty->autoload_filters = array('pre' => array('trim', 'stamp'),
                                  'output' => array('convert')); 
        

忘却曲線を使ってこの知識を確実に記憶に残す

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