Advanced PHP Programming
Moderator: General Moderators
Advanced PHP Programming
Anyone in here owns the book Advanced PHP Programming by George Schlossnagle? Or probably have heard about it? I'm planning to get the book but I need to know what really is in it and was the author good enough to explain things. I've seen reviews from amazon but I want to know what the members of this forum says about it. Book reviews please.. Also, I've been developing PHP in the Windows platform. I'm afraid the book might be talking about PHP on a non-Windows platform that would be useless to me unless I shift to another platform. Any suggestions/comments?? Thanks.
-
The Monkey
- Forum Contributor
- Posts: 168
- Joined: Tue Mar 09, 2004 9:05 am
- Location: Arkansas, USA
-
thegreatone2176
- Forum Contributor
- Posts: 102
- Joined: Sun Jul 11, 2004 1:27 pm
personnaly i think using w3schools guide to understand syntax then reading through the php.net manual is the best way to learn unless you just like the idea of a book, but when you learn from a guide online its alot easier to switch between windows and try code rather than have the book in your lap or on a desk
I just read a fantastic PHP 5 book called "Professional PHP 5" from Wrox press. The Amazon link is http://www.amazon.com/exec/obidos/tg/de ... s&n=507846
The basics, yes, but advanced concepts like optimisation, large-scale projects etc. (got my copy of Schlossnagle's book at work and don't the TOC off the top of my head) you won't find online.thegreatone2176 wrote:personnaly i think using w3schools guide to understand syntax then reading through the php.net manual is the best way to learn unless you just like the idea of a book, but when you learn from a guide online its alot easier to switch between windows and try code rather than have the book in your lap or on a desk
If you're worried about how to sort a multi-dimensional array or are new to OOP, I'd advise against buying it, because it give you what you need at that point. The book delivers exactly what the title says: "Advanced PHP Programming". He discusses concepts and weighs pros and cons about PHP implementation. For anyone taking PHP to the next level, this is definitely one of the best books out there.
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
I'd have to agree with patrik on all fronts except for the typos
Yes, I am a smart-ass.patrikG wrote:The basics, yes, but advanced concepts like optimisation, large-scale projects etc. (got my copy of Schlossnagle's book at work and don't [know] the TOC off the top of my head) you won't find online.thegreatone2176 wrote:personnaly i think using w3schools guide to understand syntax then reading through the php.net manual is the best way to learn unless you just like the idea of a book, but when you learn from a guide online its alot easier to switch between windows and try code rather than have the book in your lap or on a desk
If you're worried about how to sort a multi-dimensional array or are new to OOP, I'd advise against buying it, because it [won't] give you what you need at that point. The book delivers exactly what the title says: "Advanced PHP Programming". He discusses concepts and weighs pros and cons about PHP implementation. For anyone taking PHP to the next level, this is definitely one of the best books out there.