I've realised just how rusty my knowledge of PHP 5 and advanced PHP programming is after completing some questions for a test.

I seriously need to read a book or something.

Any recommendations for PHP 5 books?

link|improve this question

65% accept rate
1  
Oriented. Not sure why so many people add the "ta"... – aehiilrs Mar 23 '10 at 19:13
possible duplicate of What is the best PHP programming book? – Johan Sep 24 '11 at 22:28
feedback

closed as not constructive by Jeremy Banks, Johan, bmargulies, Matt Ball, Kev Sep 24 '11 at 23:51

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

5 Answers

I recommend "PHP Objects, Patterns, and Practice" by Matt Zandstra.

link|improve this answer
feedback

I've been going through PHP In Action, http://www.manning.com/reiersol/, which has lots of good examples covering a wide variety of use cases.

link|improve this answer
I second this, it's written by a lot of good developers (inc. Marcus Baker who I just saw at PHP UK Conf 2010) that used to (and possibly still do) frequent SitePoint's PHP Application Design forum. – Greg K Mar 25 '10 at 15:13
feedback

This amazon search yields some useful results. To be honest I didn't expect there to be OO books based on PHP.

link|improve this answer
Why not? There's plenty of OO frameworks around now. – Greg K Mar 25 '10 at 15:14
feedback

I read PHP Object-Oriented Solutions by David Powers. I'd recommend it if you have little knowledge of OOP programming in general, otherwise there may be better books out there that I don't know about.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.