Should I use _before private methods or only for private properties?
Use _in front of all private user names. This includes properties and methods.
Should I use methodNameor method_namefor methods?
( methodName).
"public $fooBar" "public $foo_bar"?
( $foo_bar).
" " PEAR.