On Mon, Feb 16, 2009 at 6:32 PM, tedd <tedd.sperling@xxxxxxxxx> wrote: > At 7:58 PM +0000 2/16/09, Colin Guthrie wrote: >> >> 'Twas brillig, and Richard Heyes at 16/02/09 15:04 did gyre and gimble: >>>> >>>> ... >>> >>> Sorry, should've mentioned, I'm talking about PHP6. >> >> Not heard about it but I'd like it. Short tags are evil but the <?= thing >> is pretty handy so having a <?php= option would suit me quite nicely. >> >> Col > > Any time I see that short tag, I want to change it -- I'm almost obsessive > about it. > > My vote would be to never use the short tag every again. > > Cheers, > > tedd > > -- > ------- > http://sperling.com http://ancientstones.com http://earthstones.com > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > As long as we're taking votes... Most of my template code looks like this: <?php echo $this->escape($this->var) ?> I'd be happy to never see any variation of <?= again as it is not the bottleneck of my productivity. -- http://www.voom.me | EFnet: #voom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php