Those who are still figuring out PHP 5 object oriented structures and implementation, this ebook/presentation might be a good start for them.
What’s it is about OOP anyway?
In traditional sense most PHP developers write when their first coming into the language is called “procedural”. In this kind of code, one thing happens after another and the most exciting thing that could happen is the inclusion of another file. Functions are scattered everywhere and not organized, a library of them sometimes used to help sort out things a bit faster. There are well known limitations to this kind of programming. Procedural code tends to gets messy pretty quickly when working with large scale site. Usage of included files helps, but it doesn’t really give you a proper solution to the problem. [Read more...]



