Wednesday, 15 July 2015

mysql - php smarty if else loops not working -


Actually I'm putting something if Else for my array.

  {if $ array | Gq eq 0 || $ Array | Count Lieutenant 10} & lt; P & gt; Equal to 0, at least 10 & lt; / P & gt; {/ If} {if $ array | Get Gate, GE 10} & lt; P & gt; Greater than or equal to   

How about this? You can use gte or ge, but not both.

  {if $ array | Count Lieutenant 10} & lt; P & gt; Equal to 0, at least 10 & lt; / P & gt; {/ If} {if $ array | Get Gate 10} & lt; P & gt; Greater than or equal to  

No comments:

Post a Comment