Hi,
I coded some web applications (blog, message board) all in procedural way, and now I want to start doing all that with planing and clean and extensible code.
I now that OOP is the way, I checked MVC system of programming, and everything seems nice.
I already know syntacs of OOP in PHP, but I find it kind of hard to start working with it, I can't find some nice and SIMPLE examples of object oriented PHP.
I also see that PHPCake seems like great framework, and they use MVC so it's gonna be great working with PHPCake. My question is, should I start with that framework now, with limited knowledge of OOP or I should master OOP first?
I'm not sure I will understand it completely if I'm not comfortable with Object Oriented Programming first.