Sebastian Bergmann wrote:
Derick Rethans wrote:

-[6] Method names follow the 'studlyCaps'


This is insane.

It's not. Using underscores for all native PHP functions seperates them nicely from PHP based code, eg. PEAR code.


php_native_func()
myFunc()

or even:

obj->php_native_func()
obj->myFunc()

Ulf

--
Suche neuen Job. Erfahrung: NetUSE AG Kiel (PHPLib),
WWE Hamburg, http://www.ulf-wendel.de

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



Reply via email to