After working with PHP 4.2.x and MySQL for a year now, I feel I have come to a point where I am fairly confident that I know the works of how to use PHP. However, as I am a Computer Science major here at LSU, I look at the form of my code and seems more I desire out of it.
My question to the community is: what epiphanies have you, as developers, seen with the structure of your scripts? Are they modular, object oriented, or just one big messy glob of code? What would you recommend in ways of making your code modular? What would you recommend in ways of making your code object-oriented?
Appreciate all of the advice!