We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In elephant PHP, you can do this:
<? if ($foo) { ?> <b>it's true</b> <? } else { ?> nope <? } ?>
This is very useful for looping and stuff. I'd like to add this but I'm not sure what the best syntax would be.
Activity