Learning PHP OOP

Posted by Ryan Murphy on Programmers See other posts from Programmers or by Ryan Murphy
Published on 2011-08-17T19:23:41Z Indexed on 2012/06/16 21:22 UTC
Read the original article Hit count: 281

Filed under:
|
|

I have been coding PHP for about 2 years now and I THINK that I have a very good grasps of the fundamental parts of PHP, i.e.

  • Functions
  • foreach/IF statements
  • sessions/cookies
  • POST/GET

Amongst a few others.

I want to move on to learning OOP PHP now, so learning how to use classes and making it a really valuable skill.

I have 1 requirement, the source must be a respected source that doesn't teach developers bad habits.

I have the book: PHP and MySQL Web Development

However, as useful as that is I would like an online source.

I would like to know from people with experience in OOP PHP, how and where did they learn OOP PHP. Obviously by doing, but I would really appreciate some great resources which help me along the way.

© Programmers or respective owner

Related posts about php

Related posts about object-oriented