Wrox Programmer Forums
|
BOOK: Professional PHP6
This is the forum to discuss the Wrox book Professional PHP6 by Edward Lecky-Thompson, Steven Nowicki; ISBN: 9780470395097
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional PHP6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 26th, 2010, 06:41 PM
Registered User
 
Join Date: Oct 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default some error in this book

there are many "->" printed as "-",
e.g. page 138, the code
$objStatement = $objPDO-query($strQuery);
should be
$objStatement = $objPDO->query($strQuery);
 
Old November 28th, 2010, 03:27 PM
Authorized User
 
Join Date: Jun 2010
Posts: 36
Thanks: 1
Thanked 1 Time in 1 Post
Default

Yes, i confirm, same problem.. and is not the only one, vary things in the book are confused.. specially in chp 10 for the SOAP and REST connection with AWS, is not simple like the book explained.. for real obtain a valid AWSAccessKey there are many and many steps to follow, instead in the book is explained in two rows..
The Following User Says Thank You to DMatt For This Useful Post:
 
Old January 5th, 2011, 01:46 PM
Registered User
 
Join Date: Jan 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

e.g. page 10
print "Hello" . $this-<getName() . "!"
should be
print "Hello" . $this-<getName() . "!";





Similar Threads
Thread Thread Starter Forum Replies Last Post
Error in the book on format specifiers? live504 BOOK: Beginning Python: Using Python 2.6 and Python 3.1 0 July 3rd, 2010 06:07 PM
Coding error in the book Mohammad Rastkar BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 0 April 27th, 2009 02:51 AM
Error on the Example shown on the book tarzannn Classic ASP Databases 8 January 17th, 2006 10:52 PM
possible error in book vinny Wrox Book Feedback 0 December 31st, 2003 10:07 AM
Book Error Aleksandr1 BOOK: Professional C#, 2nd and 3rd Editions 0 October 31st, 2003 06:26 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.