Open derDoc opened 11 years ago
Code insertation following a '=' does not need a space.
-for ($i = 0; $i < 5; $i++) =$i
should work. in PhpHaml however the resulting template is this:
-for ($i = 0; $i < 5; $i++) <div><?php echo ; ?> </div>
Code insertation following a '=' does not need a space.
should work. in PhpHaml however the resulting template is this: