| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
InsertsInsert plugins are used to implement functions that are invoked by {insert} tags in the template. The first parameter to the function is an associative array of attributes passed to the insert. Either access those values directly, e.g. $params['start'] or use extract($params) to import them into the symbol table. The insert function is supposed to return the result which will be substituted in place of the {insert} tag in the template. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Inserts」をGoogle検索
|