Are short tags going away in PHP 6 or not? I read only <% (ASP style) but, another developer I know just made a big stink because I “still use short tags”.
I noticed Zend Framework uses them a lot and, in there documentation they actually recommend it!
61.1.4. Short Tags with View Scripts
In our examples and documentation, we make use of PHP short tags: <? and <?=. In addition, we typically use the alternate syntax for control structures. These are convenient shorthands to use when writing view scripts, as they make the constructs more terse, and keep statements on single lines.
Seem odd that Zend would recommend it if they are taking them away???
I also noticed EE 2.0 has over 9999+ (maximum textwrangler will find) short tags in use at this time.
Comments, Thoughts, References - Anyone???