Hi,

    not giong to happen. It's a PHP convention to use underscores
    to separate words (this was discussed ~ half a year ago
    afaik).

    - Markus

On Tue, May 14, 2002 at 12:49:50PM -0700, Brent R. Matzelle wrote : 
> I could not help but notice that all DOM XML calls use an
> underscore-based convention:
> 
> i.e. 
> $mynode->append_child($achild);
> 
> I am no language lawyer but if you read the DOM Core documentation
> (http://www.w3.org/TR/DOM-Level-3-Core/core.html) it suggests a
> case-based (no underscore) convention:
> 
> i.e.
> $mynode->appendChild($achild);
> 
> Also, every DOM compliant library that I've looked at uses this same
> convention.  Will the case-based convention be used in PHP 4.3.0?  If
> not then it should be considered as it seems to be a violation of the
> DOM.
> 
> Warm regards,
> 
> Brent
> 
> __________________________________________________
> Do You Yahoo!?
> LAUNCH - Your Yahoo! Music Experience
> http://launch.yahoo.com
> 
> -- 
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php

-- 
Please always Cc to me when replying to me on the lists.
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
---------------------------------------------------------
"I mean "When in doubt, blame mcrypt" is more often right than wrong :)"
"Always right, never wrong :)"
- Two PHP developers who want to remain unnamed

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to