Posted by R. Rajesh Jeba Anbiah on 10/05/78 11:36
Geoff Berrow wrote:
> Message-ID: <dpf33p$hon$1$8300dec7@news.demon.co.uk> from Colin Fine
> contained the following:
<snip>
> Making PHP optionally case insensitive via an ini setting wouldn't
> affect any existing scripts.
Yup, that's great. I'll be much happy to see case sensitivity for
functions/methods. Now, it's much irritating when others break (our)
camelCasing method naming conventions--that is, if we have dbOpen
method, they break it by calling it as $foo->DBOPEN--such distinctions
make the method looks alien at first glance and the 3rd programmer
finds difficult.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[Back to original message]
|