Beginning PHP4 Databases
| Christopher Scollo (Author) Find all the books, read about the author, and more. See search results for this author |
Use the Amazon App to scan ISBNs and compare prices.
After reading the book, developers will be fluent in database systems and how to take advantage of them in PHP applications.
Editorial Reviews
From the Publisher
From the Back Cover
Who is this book for?
This book is a tutorial, a resource, and a reference for PHP programmers who now want to use databases in their applications. No knowledge of database management systems is assumed. After reading the book, developers will be fluent in database systems and how to take advantage of them in PHP applications. They will have gained extensive exposure (more than most current professional PHP coders) tp post-relational and Native XML databases. and be able to decide when to use which type of database system.
What does this book cover?
PHP refresher with emphasis on Object Oriented Programming Fundamentals of database Systems Fundamentals of Relational Database Systems In-depth coverage of the Structured Query Language Discussion on PHP and Relational Databases A complete dissection of PEAR::DB The working of Native XML databases Creating an Accounts Retreivable application using PEAR::DB Creating a Library Automation application using an Object Relational Database Creating a recipe exchange application using Xindice
About the Author
Chris Lea Chris Lea is a developer currently living in Los Angeles, CA. He received a BS in Physics with Highest Honors and Distinction from UNC-CH in 1997, and has been sitting in front of a computer for a great deal of his time since then. Typically he uses Linux, which has been his platform of choice since sometime in college when he first bumped into it. He started with PHP a few years after that and has worked on projects ranging from the entertainment industry to the financial sector.Deepak Thomas Deepak is a Member of Technical Staff with Oracle corp. in Redwood Shores, CA. Co-author of Professional PHP; he has also contributed to other Wrox titles on Linux and Java both as an author and a reviewer. His interests include Linux, J2EE technologies and website deployment issues.
Christopher Scollo Christopher Scollo is a veteran web programmer and one of the authors of Professional PHP Programming and Professional PHP4, both from Wrox Press. Originally from New Jersey, USA, he now lives in Munich, Germany where he is the lead developer at Ciao.com. Despite the sedentary nature of his occupation, he is an active fellow with a hearty appetite. Eating well is his favorite pastime, but he also enjoys hiking and cycling with his wife, Nicole Bator.
Harish Rawat Harish is a software developer at Oracle Corporation. He has over nine years of experience in Systems programming. His technical areas of interest include XML, Java, and Network Protocols. Co-author of Professional PHP; he has also contributed to other Wrox titles on Linux and Java both as an author and a reviewer.
Sanjay Abraham Sanjay Abraham has been a PHP developer since 1995 and continues to be an avid publicity-shunning open source evangelist prophesizing his wealth of experience to thousands of programmers around the world. His skill sets include Assembly, C, C++, Java, SQL, PHP, Ruby, Perl, Python, and proficient knowledge of advanced algorithms and data structures. His technology interests also include XML, Mac OS X, and various other *nix technologies. He can be reached at spindoctor@linuxmail.org.
I'd like to read this book on Kindle
Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Product details
- Publisher : Apress (October 1, 2002)
- Language : English
- Paperback : 568 pages
- ISBN-10 : 1861007825
- ISBN-13 : 978-1861007827
- Item Weight : 2.03 pounds
- Dimensions : 7 x 1.25 x 8.75 inches
- Best Sellers Rank: #1,367,958 in Books (See Top 100 in Books)
- #242 in Computer Programming Structured Design
- #1,057 in Database Storage & Design
- #1,997 in Web Design (Books)
- Customer Reviews:
About the author

Discover more of the author’s books, see similar authors, read author blogs and more
Customer reviews
Top reviews from the United States
There was a problem filtering reviews right now. Please try again later.
One pleasant surprise was that no one particular database is favored; in fact use of the database abstraction layer in PEAR is encouraged for code portability. I am encouraged by the use of PEAR in this book, as it can only help to bring the community together in its use and promote PEAR as a standard of sorts. The PEAR database abstraction layer is picked apart so that you may understand exactly how it works and be that much more efficient with using it.
At the end of this book, it offers two chapters dedicated to designing and implementing applications using a native XML database. The first of the two chapters concentrates on the fundamentals of native XML databases; what they are and how they work. The second chapter then presents a case study using Xindice.
I found this book to be very thorough and well put together. Cheers to Wrox for another fine book!
Infact, this book manages to provide solutions to the large number of problems that newbie PHP programmers post on sites like phpbeginners.com,php.net and phpbuilder.
The approach to presenting a database agnostic solution, through the use of the most recommended PEAR::DB abstraction layer (i even found documentation about PEAR::DB, that i had spent ages figuring out for myself) sets this book in a class of its own.
The typos and grammar stand out at places, but who cares when you have gotten what you wanted.
I highly recommend this book to the BEGINNING/NEWBIE PHP Programmer.
