Ive read through the PEAR coding standards but was wondering about a few
things not talked about in them -
- Is declaring all variables a good idea - so theres no unassigned
variables hanging around ? (no warnings produced when error reporting
set to E_ALL)
- Naming of include files - .inc or .php ?
- naming of class files .inc or .php ?
I know these have no big effect on the actual scripts themselves - but
was wondering what people consider "good practice" to be.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]