PHP intro and reference texts?
June 10, 2008 12:03 AM
Subscribe
I want to learn PHP. Fast. Recommend a book or online resources, please.
I know C, C++, Java, SQL. I know my Design Patterns, most of the stuff in Code Complete is second-nature to me. I emailed Stroustrup to point out a (very very minor) error in The C++ Programming Language. (He actually emailed back.)
All this to say that I want an thorough explication of PHP, not an introduction to programming text. There should be chart of operator precedence and arity, a list of what's a first class object, a consideration of the primitive types and their ranges, a basic explication of the underlying object model.
So I don't want a "Programming 101 using PHP"; that'll bore me with stuff I already know. I need something complex enough to keep my interest, complete and concise. But not completely theoretical, there should be examples and exercises. Something like K&R or Stroustrup's The C++ Programming Language, that doubles as a text and a reference. Or even Eckel's Thinking in C++.
Ideally, I should be able to do most things I want to do in PHP in a week.
Ok, suggestions? Thanks!
posted by orthogonality to computers & internet (12 comments total)
7 users marked this as a favorite
posted by Blazecock Pileon at 12:36 AM on June 10, 2008