下載地址:http://code.google.com/p/freecms/ 緩存
unitList google
從FreeCMS 1.2 開始支持 spa
根據參數提取單位對象列表。 code
參數 對象 |
說明 索引 |
parid get |
空字符:全部;"par":一級單位;"parid":此id下單位; it |
filter table |
空字符:全部;"mail":能夠接收互動信件的單位 List |
cache |
是否使用緩存,默認爲false |
返回值 |
說明 |
unit |
單位對象,類型爲數據對象unit |
index |
索引 |
示例1
提取全部能夠接收信件的單位。
<@unitList parid="" filter="mail";unit,index>
${index+1} ${unit.name}
</@unitList>