At 22:56 12.11.2002, Joel Boonstra said: --------------------[snip]-------------------- >All I know is when I think back to programming C++, I can't imagine how >I could deal with variables that didn't have something in front of them >to separate them from barewords. --------------------[snip]--------------------
esp. in C++ you usually tend to use your own prefixes - something like 'm_' for member variables, '_' for statics or locals, etc. It even goes further using the hungarian notation (which I'm a great fan of). -- >O Ernest E. Vogelsinger (\) ICQ #13394035 ^ http://www.vogelsinger.at/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php