[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {let id="abc"} 2 3 {debug-timing-point id="abc"} 4 5 {let first=1 second="2" third=array( 1, 5, "test" )} 6 7 {sum( $first, $second)} != {mul( sum( $first, $second ), $third[1] )} 8 9 {/let} 10 11 {/debug-timing-point} 12 13 {debug-timing-point id=$id} 14 15 {let first=1 second="2" third=array( 1, 5, "test" )} 16 17 {sum( $first, $second)} != {mul( sum( $first, $second ), $third[1] )} 18 19 {/let} 20 21 {/debug-timing-point} 22 23 {/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 |