On Wed, 2007-07-18 at 14:22 -0600, Lamont Peterson wrote: > Almost all > the code I ever wrote for PHP 4 (since PHP 4.0.0) ran on PHP 5 with little to > no modification (some ran, but still needed other love to make it do what I > really wanted it to do, but that's another story). The major reason for > this? I wrote object-oriented code using "proper", clean, well-commented, > simple, organized, engineering (design it all, then code the parts) > practices. Having good, well-formed code to start with made it *tons* easier > to port.
So would I be correct in guessing that you never coded $this = something; in your programs? :-) -- Walt _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
