I don’t want to sound typical here, but this is the first place I look as reference.
PHP 5 Objects, Patterns and Practice is a good book. My wife got it for me for Christmas this past year. I’m slowly (about as slow as a dung beetle trying to roll a piece of dookie superglued to the ground) (well, ok, maybe not that slow) migrating from my old and natural procedural ways to learn OOP, specifically within MVC. This book is a really good place to start once you get a grasp on PHP basics and want to begin to learn all about classes and objects.
Also - being “lazy” is almost certainly going to lead you to sloppy and unmaintainable code down the road. If you’re going to learn it, then take the time to LEARN it.
Also - being “lazy” is almost certainly going to lead you to sloppy and unmaintainable code down the road. If you’re going to learn it, then take the time to LEARN it.
That’s not going to persuade people here to spend much time answering your questions. If you want to learn, put in the time and effort.
It might be unbelievable but this thread was answered much faster and heavier then any my other therad was ... well thats how life might work.
Never mind, I did not state Ive got some past experience with C++, so maybe I not a real lame. However, I was always trying to avoid learning PHP since that is mainstream a lot of lame code is still around…
The Preface of Programming Perl AKA The Camel Book, says that the three great virtues of a programmer are laziness, impatience, and hubris. From the glossary, it defines laziness as:
laziness: The quality that makes you go to great effort to reduce overall energy expenditure. It makes you write labor-saving programs that other people will find useful, and document what you wrote so you don’t have to answer so many questions about it. Hence, the first great virtue of a programmer.
laziness: The quality that makes you go to great effort to reduce overall energy expenditure. It makes you write labor-saving programs that other people will find useful, and document what you wrote so you don’t have to answer so many questions about it. Hence, the first great virtue of a programmer.
Good one!!!
I use three books for reference… I learn by doing
PHP in 24 hours SAMS PUBLISHING Matt Zandstra
PHP5 in practice ELLIOT WHITE III and JOHNATHAN D EISENHAMER
ZEND PHP 5 CERTFICATION STUDY GUIDE