Hello All -
I've been coding in PHP for over 5 years. All of my code to date has been procedural... not object oriented.
But, as I look at more and more code samples of other PHP programmers, it appears that object oriented PHP is more and more prevalent than a procedure-based style.
A few years ago, I thought of trying to learn the OO side but am so busy with my projects I just stuck with procedures rather than spending... what I would imagine to be considerable time... learning how to write and work with objects.
But, am I stuck in the past?
Would invite any and all professional opinions on if I should really get my OO chops, or if procedures are still (and will continue to be) a professionally accepted approach to PHP application creation.
Thanks to all in advance for any advice.