Nick Warren - 2011-07-23 17:51:40 -
In reply to message 3 from Artur Graniszewski
+1000 to Artur.
Hey 'no time wasters' why don't you stick to windows 98 and windows 2000 even XP or old linux/mac versions to work with because it takes some time to upgrade to a newer OS version and of course you can't waste valuable time?
And I wish PHP was just like Java from the beginning. I won't discuss here what are the benefits of using OOP, I just say that that is evolution. So yes, public and private do matter. You look to me like some old assembly fellows that they were insisting to write their codes to pure assembly and not using OOP langs like C++ because it was 0.0000005 seconds faster!
As of the MySQL 'issue', it wouldn't be a so big deal to upgrate code to work if the coder was experienced enough to write modules so to access the database or to use classes that implement MySQL access and not use the core function directly. I have stopped to access MySQL by using just core functions many jears ago. It is just a bad way for me. And now if I want to upgrade to newer mysqli functions, I just change them to my adapter class and it works for all the project.