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
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
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
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