Anyone got recommendations for a good php 5 book ... one that assumes u know basic php and goes into detail about the added abilities of php 5?
Thankshave any been written yet?Yea i believe Oreilly has one
<!-- m --><a class="postlink" href="http://www.oreilly.com/catalog/0596006365/index.html">http://www.oreilly.com/catalog/0596006365/index.html</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.theukwebdesigncompany.com/php-mysql-books/php5-for-dummies.php">http://www.theukwebdesigncompany.com/ph ... ummies.php</a><!-- m -->
They are all i could find however id wait till PHP 5 is our of RC before looking for a book as PHP 5 will be changing a little more for the next release.This (<!-- m --><a class="postlink" href="http://www.sitepoint.com/article/coming-soon-webserver-near">http://www.sitepoint.com/article/coming ... erver-near</a><!-- m -->) is an excellent article on the 'new bits' of PHP5.originally posted by PurpleMonkey
have any been written yet?Leon Atkinson has finished (and it's published) along with PHP co-creator Zeev Suraski, the 3rd edition of PHP Core Programming --- "fully revised for PHP 5". I'd recommend it as reference material only; it's hardly a "good read" IMHO, as the majority of its many pages are basically just the PHP manual, with definitions of every steenking function known to the language and examples similar to those in the online manual, etc. On the other hand, I'm biased, and like quirkly little tomes that are built for simpler minds, like the "dummies" series and stuff from PeachPit Press. I don't know if the new Wrox Publishing offering (written by six of our own here) is any better, or handles any material on v5.
Anyway, here's some of the cover hype:"The authoritative guide to real-world development with the new PHP 5"
"Brand-new coverage of PHP design patterns, object techniques, and XML"
"Updated coverage of syntax, functions, algorithms and PHP software engineering"
"Includes 650+ downloaded code examples"Before you read the following: I must be honest, I've skipped around quite a bit. I bought it because I had the hots for a new book, and nothing else in the stacks at the time even mentioned that PHP 5 existed ... or seemed to have more than a cursory nod to OOP. I figured "PHP is going kinda OOP, surely they'll have a lot of info on that ...."
The chapter on OOP was disappointing to me --- probably because I was really looking for a "OOP for dummies" type read, and Leon just assumes that if you want to do OOP you already grok the concept (at least a little 'grok' heh...) . The book does cover the new features re: OOP and all new functionality (except for any changes since press time).
Probably the best chapters are the last few: an overview of system design principles, including some examples of the GoF "patterns", etc, "Efficiency and Debugging", and perhaps the overview of the development/history of PHP in Chapter One. There is also a good quantity of tabular and list type data (e.g. every configure argument accepted, operators table, ascii codes, escape sequences, and most every constant or option for each function in the larger part of the book).
As for me, I feel like my money is better spent on a good "interesting" read that stretches my thought processes instead of a good "reference book" I have to pay somebody to dust once a month ... YMMV, of course. Maybe there's a place for both.Thanks for the review dale ... and I am with you I am looking for something other then a reference book ... something readable ...
anyone have or used "Advanced PHP Programming" ... care to give me the down low on that book .... it supposed to have decent coverage of php 5Originally posted by dalecosp
grok the concept at least a little Um... perhaps you don't grok the definition of "grok..." LOLOriginally posted by BuzzLY
Um... perhaps you don't grok the definition of "grok..." LOL Heh, recursive definition.... Pretty late, I guess. Need to fix the quote tag, too...
Actually, that was Thursday, and now that I think about it I was strung out on Tavist all day and wasn't worth a plugged nickel (and, of course that assume that I am when I'm "sober").
Thankshave any been written yet?Yea i believe Oreilly has one
<!-- m --><a class="postlink" href="http://www.oreilly.com/catalog/0596006365/index.html">http://www.oreilly.com/catalog/0596006365/index.html</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.theukwebdesigncompany.com/php-mysql-books/php5-for-dummies.php">http://www.theukwebdesigncompany.com/ph ... ummies.php</a><!-- m -->
They are all i could find however id wait till PHP 5 is our of RC before looking for a book as PHP 5 will be changing a little more for the next release.This (<!-- m --><a class="postlink" href="http://www.sitepoint.com/article/coming-soon-webserver-near">http://www.sitepoint.com/article/coming ... erver-near</a><!-- m -->) is an excellent article on the 'new bits' of PHP5.originally posted by PurpleMonkey
have any been written yet?Leon Atkinson has finished (and it's published) along with PHP co-creator Zeev Suraski, the 3rd edition of PHP Core Programming --- "fully revised for PHP 5". I'd recommend it as reference material only; it's hardly a "good read" IMHO, as the majority of its many pages are basically just the PHP manual, with definitions of every steenking function known to the language and examples similar to those in the online manual, etc. On the other hand, I'm biased, and like quirkly little tomes that are built for simpler minds, like the "dummies" series and stuff from PeachPit Press. I don't know if the new Wrox Publishing offering (written by six of our own here) is any better, or handles any material on v5.
Anyway, here's some of the cover hype:"The authoritative guide to real-world development with the new PHP 5"
"Brand-new coverage of PHP design patterns, object techniques, and XML"
"Updated coverage of syntax, functions, algorithms and PHP software engineering"
"Includes 650+ downloaded code examples"Before you read the following: I must be honest, I've skipped around quite a bit. I bought it because I had the hots for a new book, and nothing else in the stacks at the time even mentioned that PHP 5 existed ... or seemed to have more than a cursory nod to OOP. I figured "PHP is going kinda OOP, surely they'll have a lot of info on that ...."
The chapter on OOP was disappointing to me --- probably because I was really looking for a "OOP for dummies" type read, and Leon just assumes that if you want to do OOP you already grok the concept (at least a little 'grok' heh...) . The book does cover the new features re: OOP and all new functionality (except for any changes since press time).
Probably the best chapters are the last few: an overview of system design principles, including some examples of the GoF "patterns", etc, "Efficiency and Debugging", and perhaps the overview of the development/history of PHP in Chapter One. There is also a good quantity of tabular and list type data (e.g. every configure argument accepted, operators table, ascii codes, escape sequences, and most every constant or option for each function in the larger part of the book).
As for me, I feel like my money is better spent on a good "interesting" read that stretches my thought processes instead of a good "reference book" I have to pay somebody to dust once a month ... YMMV, of course. Maybe there's a place for both.Thanks for the review dale ... and I am with you I am looking for something other then a reference book ... something readable ...
anyone have or used "Advanced PHP Programming" ... care to give me the down low on that book .... it supposed to have decent coverage of php 5Originally posted by dalecosp
grok the concept at least a little Um... perhaps you don't grok the definition of "grok..." LOLOriginally posted by BuzzLY
Um... perhaps you don't grok the definition of "grok..." LOL Heh, recursive definition.... Pretty late, I guess. Need to fix the quote tag, too...
Actually, that was Thursday, and now that I think about it I was strung out on Tavist all day and wasn't worth a plugged nickel (and, of course that assume that I am when I'm "sober").