- <$title|strip_tags:'hahah'|html2text:"nnn">
-
- --包含文件----------------------------
- ------if else------------------------
- do anything
- do another
- Do not
- ---------------------------------
-
- ------loop------------------------
-
循环内容<$dolr_index>
- 交互式显示:
循环中的变量:<$v.username>
ループ内のインデックス $dolr_index:ccc
コンテンツなし
- ---------------- --- -------------
- --含まれるファイル--------------- --- -------
- ------------ --- ---------------
目次の例:
ドルビュー数/
|--cache //キャッシュディレクトリ
|--plugins //プラグインディレクトリ
|--templates //テンプレート ディレクトリ
|--templates_c //コンパイルファイルディレクトリ
|--DolrViews.classs.php //エンジンメインファイル
|--index.php //テストファイル
現在、プラグインは 1 つのテストのみを作成しています。プラグインの仕様は modifier_function name.php です。コンテンツ関数名: dolr_modifier_function 名 ($最初のパラメータは [, その他のパラメータ] である必要があります)。例:
- 関数 dolr_modifier_html2text($string)
- {
- returnstrip_tags($string);
- }
今日これを書きました。皆さんもぜひ投稿してください。 こちらも大歓迎です
@安正超!