best practice

My PHP Best Practices

PHP's greatest strength is also its greatest weakness. Flexibility.There are an infinite number of ways to perform the same task which PHPwill happily do...

1 replies - 5801 views - 11/27/08 by Mike Bernat in News

PHP Bad Practice: Variable Reuse

Anyone who has worked with PHP knows that it is extremely permissive with variables and their types. There's no need to declare variables, not even at class...

1 replies - 3109 views - 08/27/08 by Robert Enyedi in News