resepcting naming/style conventions

php.internals

Justin Hannus

23 years ago
When writing an extension for an API (non-oop) that uses "studlyCaps" naming style, which naming style should be respected? PHP's underscore_delimited naming or the existing API's studlyCaps style?
-- Justin Hannus

Alan Knowles

23 years ago
Justin Hannus wrote:
>When writing an extension for an API (non-oop) that uses "studlyCaps" naming >style, which naming style should be respected? PHP's underscore_delimited >naming or the existing API's studlyCaps style? >
http://cvs.php.net/co.php/php-src/CODING_STANDARDS under_score_delimited basically.. Regards Alan

Justin Hannus

23 years ago
Ahh, yes. Please excuse my ignorance :) "Alan Knowles" <alan@akbkhome.com> wrote in message news:3F21C6A8.1070606@akbkhome.com...
> Justin Hannus wrote: > > >When writing an extension for an API (non-oop) that uses "studlyCaps"
naming