What do you use for your naming conventions for variables functions classes
I'm trying to tell my students what the standard is currently. Are people using camel case or underscores or both?
I use this:
$a_variable
ClassName
a_function()
aMethod()
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php