Buy New

or
Sign in to turn on 1-Click ordering.
Buy Used
Used - Very Good See details
Price: £8.07

or
 
   
Trade in Yours
For a £0.55 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Sorry, this item is not available in
Image not available for
Colour:
Image not available

 
Tell the Publisher!
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.

Zend Framework in Action [Paperback]

Rob Allen , Nick Lo , Steven Brown
2.4 out of 5 stars  See all reviews (5 customer reviews)
RRP: £31.99
Price: £28.15 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £3.84 (12%)
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
Only 2 left in stock (more on the way).
Dispatched from and sold by Amazon. Gift-wrap available.
Want it Thursday, 20 June? Choose Express delivery at checkout. Details

Formats

Amazon Price New from Used from
Paperback £19.80  
Paperback, 4 Jan 2009 £28.15  
Trade In this Item for up to £0.55
Trade in Zend Framework in Action for an Amazon.co.uk gift card of up to £0.55, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Special Offer until June 30, 2013: Receive an additional £5 promotional Gift Card, when you trade-in at least £10 worth of books. Learn more

Book Description

4 Jan 2009 1933988320 978-1933988320 1

From rather humble beginnings as the Personal Home Page scripting language, PHP has found its way into almost every server, corporation, and dev shop in the world. On an average day, somewhere between 500,000 and 2 million coders do something in PHP. Even when you use a well-understood language like PHP, building a modern web application requires tools that decrease development time and cost while improving code quality. Frameworks such as Ruby-on-Rails and Django have been getting a lot of attention as a result.

For PHP coders, the Zend Framework offers that same promise without the need to move away from PHP. This powerful collection of components can be used in part or as a whole to speed up the development process. Zend Framework has the backing of Zend Technologies; the driving force behind the PHP programming language in which it is written. The first production release of the Zend Framework became available in July of 2007.

Zend Framework in Action is a comprehensive tutorial that shows how to use the Zend Framework to create web-based applications and web services. This book takes you on an over-the-shoulder tour of the components of the Zend Framework as you build a high quality, real-world web application. This book is organized around the techniques you'll use every day as a web developer "data handling, forms, authentication, and so forth. As you follow the running example, you'll learn to build interactive Ajax-driven features into your application without sacrificing nuts-and-bolts considerations like security and performance.

This book is aimed at the competent PHP developer who wants to master framework-driven web development. Zend Framework in Action goes beyond the docs but still provides quick access to the most common topics encountered in the development of web applications.

Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.


Frequently Bought Together

Zend Framework in Action + Zend Framework 1.8 Web Application Development
Price For Both: £53.14

Buy the selected items together


Product details

  • Paperback: 425 pages
  • Publisher: Manning Publications; 1 edition (4 Jan 2009)
  • Language: English
  • ISBN-10: 1933988320
  • ISBN-13: 978-1933988320
  • Product Dimensions: 19.2 x 2.2 x 23.4 cm
  • Average Customer Review: 2.4 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Bestsellers Rank: 605,087 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, and more.

Product Description

About the Author

Rob Allen is a full-time PHP developer and contributor to the Zend Framework, developing the Zend_Config component. He has also written a popular getting-started tutorial available from www.akrabat.com. Rob is the Technical Director of Big Room Internet.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

2.4 out of 5 stars
2.4 out of 5 stars
Most Helpful Customer Reviews
4 of 5 people found the following review helpful
2.0 out of 5 stars Book only covers about 60% of the code! 25 May 2009
Format:Paperback
I bought this book in the hope it would help me get my head around the Zend Framework what with their being few books out there on ZF. Having gotten started working through the book I have come to notice a very important problem with the book and anyone looking for a complete book on the topic.

My issue with this book is not that it does not cover enough of the framework but that the content of the book does not cover all the code of needed to get the example site up and running. For example following chapters 3 and 4 does not result in the same code (in many areas) as is included in the downloadable source code. This means its very hard to just follow the book and get things up and running (although the downloadable code does work) and this makes it difficult to fully understand what you need to do in order to create your own ZF web application.

I really wish the authors / publishers had opted to cover all the code needed to make the site work within the book rather than covering about 60% of the code in the book and leaving the reader to look up the other 40% in the source code available from the website.

Therefore I would have to say that this book is okay for those who are happy to explor the code alongside the book but if you are new to PHP and the ZF you may want to look at other options.
Comment | 
Was this review helpful to you?
7 of 9 people found the following review helpful
5.0 out of 5 stars Excellent introduction 23 Jan 2009
Format:Paperback
I found this book provided an excellent introduction to the Zend Framework, and I would recommend it to anyone looking to save time when starting with the framework.

As a PHP developer I've been aware of the Zend Framework for a number of years, but haven't until recently started to use it in anger. This book helped me make the leap.

The book takes the reader through the development and progression of an application, which they also use to illustrate a number of best practices.
The book came across as being well structured and thought out, and provided good explanations of "new things" at the appropriate place.

The Zend Framework contains a wide number of different components, and the book manages to cover a large number of them. Clearly it can't cover each in full detail - but it does more than enough to make the reader aware of what the various components can do.
Comment | 
Was this review helpful to you?
3 of 4 people found the following review helpful
2.0 out of 5 stars Avoid this book. 23 July 2009
Format:Paperback
This book was behind schedule and has been rushed out the door in a poor state. The first couple of chapters are pretty good and you feel like you are making progress but if you use the code directly from the book the app will not work. For instance i discovered that i needed an exception controller which was not even mentioned in the book but is in the source code downloaded from the site.

If you are looking for an entry level book to learn about Zend Framework then do not buy this as it will more than likely confuse you and put you off.

There aren't many (if any) other books that you could buy instead of this at the time of writing. I will be waiting for Beginning Zend Framework (Apress) hoping its a lot better than this.
Comment | 
Was this review helpful to you?
1 of 2 people found the following review helpful
1.0 out of 5 stars Good book but... 15 July 2010
By Frank
Format:Paperback
It arrived with some pages wrinkled :S
Unfortunately, the book is not updated, the Zend Framework advances rather quickly and certain things are done now completely different from how the book explains them :(
Comment | 
Was this review helpful to you?
1 of 3 people found the following review helpful
2.0 out of 5 stars A solid understanding of OO PHP required... 7 May 2009
Format:Paperback|Amazon Verified Purchase
I have been writing procedural PHP for a few years but I wouldn't say I was good at it. I believed that this book would help me to achieve more with PHP by showing me how to use the Zend Framework. Unfortunately I feel that you need a good, solid understanding - and experience with - writing object-oriented coding before you can really understand the Zend Framework and this book.

Another thing that I feel let down by are the amount of typo's and code errors - the online forum for the book is very busy with readers of the book supplying solutions - but the errata section of the publishers site isn't complete.

I have now purchased "PHP Objects, Patterns, & Practice 2nd Edition" by Matt Zandstra (yes the title has an extra comma where it shouldn't be!) and "Practical Web 2.0 Applications with PHP (Expert's Voice)" by Quentin Zervaas to help me learn PHP. When I've read both of these I will re-read "Zend Framework in Action" and hopefully I'll find it more useful...
Comment | 
Was this review helpful to you?
Would you like to see more reviews about this item?
Were these reviews helpful?   Let us know
Search Customer Reviews
Only search this product's reviews

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
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges