Add support for ternary operations, ie: $\{ViewerParam.likesRed \? 'Red' : 'Blue...
commitae4f966d7cd0d36a9e85cb4c0c4fef33433919e7
authorChris Chabot <chabotc@apache.org>
Mon, 11 May 2009 13:12:27 +0000 (11 13:12 +0000)
committerChris Chabot <chabotc@apache.org>
Mon, 11 May 2009 13:12:27 +0000 (11 13:12 +0000)
tree50d92d9b5c3a0b1ff54246493803d64d8e6c763f
parentb42e3010802ff62badc79eeacbe8f1d7412b4960
Add support for ternary operations, ie: $\{ViewerParam.likesRed \? 'Red' : 'Blue'\} expressions, including support for nested constructions

git-svn-id: https://svn.apache.org/repos/asf/incubator/shindig/trunk@773553 13f79535-47bb-0310-9956-ffa450edef68
php/src/gadgets/templates/ExpressionParser.php