Multi-Tier Application Programming with PHP and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
Multi-Tier Application Programming with PHP: Practical Guide for Architects and Programmers (The Practical Guides)
 
 
Start reading Multi-Tier Application Programming with PHP on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Multi-Tier Application Programming with PHP: Practical Guide for Architects and Programmers (The Practical Guides) [Paperback]

David Wall (Author)
3.0 out of 5 stars  See all reviews (4 customer reviews)

Price: $42.95 & this item ships for FREE with Super Saver Shipping. Details
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it delivered Tuesday, February 14? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $31.62  
Paperback $42.95  

Book Description

June 16, 2004 0127323503 978-0127323503 1
While many architects use PHP for projects, they are often not aware of the power of PHP in creating enterprise-level applications. This book covers the latest version of PHP - version 5 -- and focuses on its capabilities within a multi-tier application framework. It contains numerous coding samples and commentaries on them. A chapter discusses object orientation in PHP as it applies to the multi-tier architecture and other chapters discuss HTTP and SOAP, the two communication protocols most useful in tying together multiple layers. There is also coverage of database design and query construction as well as information about tricks you can use in generating user interfaces.

·Covers PHP as it relates to developing software in a multi-tier environment-a crucial aspect of developing robust software with low cost and ease of use as design goals.

·Makes extensive use of Simple Object Access Protocol (SOAP) and Web Services as implemented in PHP and NuSOAP.

·Shows precisely how to make use of the InnoDB table type newly available in MySQL. InnoDB supports true referential integrity and row-level locking.

·An application example (a multi-currency bookkeeping application) runs throughout the book, showing various PHP capabilities as well as the database interaction.

·An accompanying web site includes the source code for all of the examples and the sample download.

Customers Who Bought This Item Also Bought


Editorial Reviews

Book Description

A fresh look at PHP as it applies to multi-tier application design, giving developers an alternative to more expensive and less manageable solutions.

From the Back Cover

While many architects use PHP for projects, they are often not aware of the power of PHP in creating enterprise-level applications. This book covers the latest version of PHP - version 5 -- and focuses on its capabilities within a multi-tier application framework. It contains numerous coding samples and commentaries on them. A chapter discusses object orientation in PHP as it applies to the multi-tier architecture and other chapters discuss HTTP and SOAP, the two communication protocols most useful in tying together multiple layers. There is also coverage of database design and query construction as well as information about tricks you can use in generating user interfaces.

Features
·Covers PHP as it relates to developing software in a multi-tier environment-a crucial aspect of developing robust software with low cost and ease of use as design goals.

·Makes extensive use of Simple Object Access Protocol (SOAP) and Web Services as implemented in PHP and NuSOAP.

·Shows precisely how to make use of the InnoDB table type newly available in MySQL. InnoDB supports true referential integrity and row-level locking.

·An application example (a multi-currency bookkeeping application) runs throughout the book, showing various PHP capabilities as well as the database interaction.

·An accompanying web site includes the source code for all of the examples and the sample download.

About the Author:
David Wall owns a consulting company that specializes in software development and data visualization, particularly as related to voice over IP and other telephony applications. He designs and deploys Cisco Systems telephony solutions, and teaches engineers about them as well. He specializes in JavaScript on the client side, PHP on the server, and MySQL at the back end. He has written several trade books including The 10 Secrets for Web Success and Graphics Programming with JFC.

Product Details

  • Paperback: 278 pages
  • Publisher: Morgan Kaufmann; 1 edition (June 16, 2004)
  • Language: English
  • ISBN-10: 0127323503
  • ISBN-13: 978-0127323503
  • Product Dimensions: 9.1 x 7.4 x 0.9 inches
  • Shipping Weight: 1.6 pounds (View shipping rates and policies)
  • Average Customer Review: 3.0 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Best Sellers Rank: #2,620,967 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

4 Reviews
5 star:
 (2)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
3.0 out of 5 stars (4 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

9 of 11 people found the following review helpful:
1.0 out of 5 stars Very disappointing, November 3, 2004
This review is from: Multi-Tier Application Programming with PHP: Practical Guide for Architects and Programmers (The Practical Guides) (Paperback)
I hate this book. All the book is the repetition of the same code with very, very few differences. The description let's argue that is pointed to advanced users but the content is so basic that it is hard to believe. It uses SOAP in its most basic fashion. The code is so poor (also the HTML and the JavaScript used). The code is written in a so invasive fashion that if you strip it (and is not a bad idea), you will find no more than 30 pages.
The Multi-Tier is just supposed to be good and misused.
As you may understand, I strongly advise to not buy this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
1.0 out of 5 stars Also disappointed, April 12, 2007
By 
Arm Muldoon (San Francisco, CA USA) - See all my reviews
This review is from: Multi-Tier Application Programming with PHP: Practical Guide for Architects and Programmers (The Practical Guides) (Paperback)
I have to agree with a previous review, this book is a disappointment. This book falls somewhere between a blog post and a sophomore CS student term paper. They even pulled that old slightly larger font trick to thicken this book.

The code is so ridiculously simple, repetitive, and inefficient that its almost tedious to read through. I understand the code isn't focused, but their should at least be some logical code. Example after example is so repetitive you really only need to read the first one from each chapter. The chapter on nusoap is literally 3 or 4 pages long and an example of 5 lines of code.

You can find plenty of free resources online that do a better job explaining these theories easier. No need to waste your time or money here.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Very good book, October 6, 2005
By 
A. Chaux (Boulder, CO USA) - See all my reviews
(REAL NAME)   
This review is from: Multi-Tier Application Programming with PHP: Practical Guide for Architects and Programmers (The Practical Guides) (Paperback)
This book does a very good job of explaining what "Multi-Tier Application Programming" is in the world of web development, and gives a good starting point on how to go about designing your environment. If you are looking for code to copy and paste into web pages, keep looking. This book is not a tutorial with lots of sample code. Its a good overview of an architectual framework.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews


Only search this product's reviews



Inside This Book (learn more)
First Sentence:
Multi-tier software enables you to spread computing resources, which is to say, software components, across a network. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
accessor layer, new soapclient, soapclient object, class bravo, elsewhere layer, navigation strip, bank account types, php program, soap server, weekly balance, business logic layer, register function, framing document, persistence layer, class alpha, associative array, contact column, accounting categories, native currency, presentation layer, contact table, session tracking, great circle distance
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Assemble Data Source Name, Hong Kong, Test Client, Ghiotto Gail, Baldoni Burt, Carey Casey, Delaney Dave, Estacio Elena, Farquhar Fred, Hertenberger Hal, Jindi Jerry, Karakis Kelly, Loudoun Laurie, Nacelle Nancy, Odd Otis, Imrie Iggy, United States, Currency Exchange Rate, Lawrence Larry, Cape Town, Delete Transactions, Enter Transaction, Lloyds Retirement, Middleburg Bank Savings, San Francisco
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!
Search Inside This Book:




Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)
(1)

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject