|
Posted by comp.lang.php on 02/11/06 11:31
Tim Roberts wrote:
> "Drakazz" <tikras@hakeris.co.uk> wrote:
> >
> >Of anything, i suggest that you don't use <?= , etc. use ONLY <?php
> >echo (date()); ?>
>
> Why? <?= reads better, and there's no particular performance penalty.
One would argue that you use <?php because it allows it to be
distinguished against <?xml or other nomenclatures. I personally think
that you would not normally compile your web server to view .xml files
as PHP or vice versa, but that's just me.
I think <? reads better myself
Phil
> --
> - Tim Roberts, timr@probo.com
> Providenza & Boekelheide, Inc.
[Back to original message]
|