[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {let id="def"} 2 {section var=item loop=array( 1, 2, 3, 4, 5, 10, 20 )} 3 {debug-accumulator id="abc" name="AbC"} 4 {let first=1 second="2" third=array( 1, 5, "test" )} 5 {sum( $item, $first, $second)} != {mul( sum( $item, $first, $second ), $third[1] )} 6 7 {/let} 8 {/debug-accumulator} 9 {/section} 10 11 {section var=item loop=array( 1, 2, 3, 4, 5, 10, 20 )} 12 {debug-accumulator id=$id name="dEf"} 13 {let first=1 second="2" third=array( 1, 5, "test" )} 14 {sum( $item, $first, $second)} != {mul( sum( $item, $first, $second ), $third[1] )} 15 16 {/let} 17 {/debug-accumulator} 18 {/section} 19 {/let}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |