Re: Is echo tag reasonably portable?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Robin Vickery wrote:
On 11/15/05, Roman Ivanov <gamblergluck@xxxxxxxxx> wrote:

Can '<?=' be used for templates, or is it "a bad thing"?


The manual's reasonably explicit on the subject:

"Note:  Using short tags should be avoided when developing
applications or libraries that are meant for redistribution, or
deployment on PHP servers which are not under your control, because
short tags may not be supported on the target server. For portable,
redistributable code, be sure not to use short tags."

they are correct - but I have never used a server that didn't allow
short tags in practice. personally I say screw portability for the sake
of readability/maintainability, besides short_open_tag is:

PHP_INI_PERDIR	2	Entry can be set in php.ini, .htaccess or httpd.conf

so you can always have you app init script (or tempalte class or whatever)
set the setting how you want it.

as always it up to you (Roman).



  -robin


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux