
Lance Kidwell - 2010-03-23 14:15:59
There is not cost associated with naming variables with "significant" names - as it is it's a pain to try to debug and follow the path of execution with multiple similar named one letter variables.
Also one method is scoped, the others are not - i'm not sure if that's a php4 compatibility issue?