I'm trying to build my own learning path to understand OOP for web development, mostly with MVC Frameworks under PHP.
My big problem is that I'm a COBOL programmer and it seems to hard for me understand web technologies such as PHP. My worst enemy is OOP programming ... coming from a structured language such as COBOL it is hard to understand how to abstract an object, how to decide what would it be its members, what collaboratives classes could it have and so on...
Could anyone recommend some books to master my skills on OOP?