Develop and Download Open Source Software

Recent Changes

2010-08-27
2010-03-14
2010-01-13
2010-01-12

Wiki Guide

Side Bar

属性

ほとんどの 関数 には、 それらの動作を指定したり修正するための属性があります。 Simplate 関数の属性は HTML の属性にかなり近いものです。 静的な値はクォートで囲む必要はありませんが、リテラル文字列であるべきです。

例. 関数の属性の構文
<{include file='header.tpl'}>

<{include file="$includeFile"}>

<{section name=i loop=$ary }>
<tr><td><{$ary[i]}></td></tr>
<tr><td><{$ary[i]+1}></td></tr>
<{/section}>

SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.