Zend Framework, A Beginner's Guide 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
or
Get a £5.20 Amazon.co.uk Gift Card
Zend Framework, A Beginner's Guide
 
 
Start reading Zend Framework, A Beginner's Guide on your Kindle in under a minute.

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

Zend Framework, A Beginner's Guide [Paperback]

Vikram Vaswani
3.6 out of 5 stars  See all reviews (7 customer reviews)
RRP: £30.99
Price: £15.50 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £15.49 (50%)
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.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 10 left in stock--order soon (more on the way).
Want guaranteed delivery by Wednesday, May 30? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £13.95  
Paperback £15.50  
Trade In this Item for up to £5.20
Trade in Zend Framework, A Beginner's Guide for an Amazon.co.uk gift card of up to £5.20, which you can then spend on millions of items across the site. Plus, get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Special Offers and Product Promotions


Frequently Bought Together

Zend Framework, A Beginner's Guide + PHP Objects, Patterns and Practice 3rd Edition (Expert's Voice in Open Source) + PHP Object - Oriented Solutions
Price For All Three: £63.34

Show availability and delivery details

Buy the selected items together


Product details


More About the Author

Vikram Vaswani
Discover books, learn about writers, and more.

Visit Amazon's Vikram Vaswani Page

Product Description

Product Description

Aimed squarely at real-world PHP developers working against aggressive deadlines, Zend Framework: A Beginner's Guide teaches developers how to work smarter, by using the most popular open-source framework for PHP. Feature-rich, robust and mature, Zend Framework can simplify and shorten the application development cycle, reduce testing time, improve quality, and provide the developer with the extensibility, scalability and flexibility needed in today's competitive, rapidly-changing environment. This book shows how to maximize all the features of Zend Framework.

Zend Framework is to PHP what JavaServer Faces is to Java. Just as Java Server Faces: The Complete Reference is popular and useful for Java developers, Zend Framework: A Beginner's Guide will be the best guide for open source developers looking to develop web applications using PHP and the new Zend Framework.

Key Selling Features

  • Author is has been a well-known featured columnist with Zend Technologies since 2006. His columns are among the most popular on the Zend Technology community site.
  • Covers the most important components of the Zend Framework
  • Introduces MVC concepts and theory, and then demonstrates real-world implementation of the theory
  • Provides numerous projects and code examples
  • Companion website includes all of the code in the book

Book Description

Aimed squarely at real-world PHP developers working against aggressive deadlines, Zend Framework: A Beginner's Guide teaches developers how to work smarter, by using the most popular open-source framework for PHP. Feature-rich, robust and mature, Zend Framework can simplify and shorten the application development cycle, reduce testing time, improve quality, and provide the developer with the extensibility, scalability and flexibility needed in today's competitive, rapidly-changing environment. This book shows how to maximize all the features of Zend Framework.

Zend Framework is to PHP what JavaServer Faces is to Java. Just as Java Server Faces: The Complete Reference is popular and useful for Java developers, Zend Framework: A Beginner's Guide will be the best guide for open source developers looking to develop web applications using PHP and the new Zend Framework.

Key Selling Features

  • Author is has been a well-known featured columnist with Zend Technologies since 2006. His columns are among the most popular on the Zend Technology community site.
  • Covers the most important components of the Zend Framework
  • Introduces MVC concepts and theory, and then demonstrates real-world implementation of the theory
  • Provides numerous projects and code examples
  • Companion website includes all of the code in the book

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

Tags Customers Associate with This Product

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

Your tags: Add your first tag
 


Customer Reviews

Most Helpful Customer Reviews
4 of 4 people found the following review helpful
Format:Paperback
All in all I don't regret having bought this book, but nearly. The subjects it touches I think it does pretty well, but It has some serious drawbacks for me:

- It goes from one subject to another without any continuity, or at least, I don't feel it while reading.

- Before you reach the middle of the book a whole chapter is dedicated to debugging... but wait, I don't yet know how to get the current route parameters in the controller, how to pass variables to the view, what is the best way to add an external library and call it, what is the registry for, or the bootstrap, or how to deploy to the production server ... a lot of mundane important bits left behind really. You can sometimes grasp how things have to be done from the code samples, but then, I don't need a book for that, I have lot of samples to examine by myself for free online, I want a book to teach me how things work.

- Layout an text is not very well formatted, it looks boring and old (I do graphic design, so perhaps most people won't complaint about this). The code is also not terribly well formatted with lots of line breaks and pages and pages full code to show a very basic thing that could perhaps be better explained in a few lines + sample code and leaving the rest to download from a url.

- The Doctrine chapter (that I don't think it is necessary for an intro book) is completely obsolete if you choose to use the current version 2. This is something that could happen to any IT book of course.

After a week I just left the book aside and search for my doubts online. Still, some chapters are good taken as a self-contained unit. It is just as a whole that the book doesn't do it well for me.
Comment | 
Was this review helpful to you?
1 of 1 people found the following review helpful
Format:Paperback
Before you purchase this book you have to have clear understanding of php, html, mysql, and unix based operating system. The author didn't explain how to deal with php configuration details in the web server because its subject is not about LAMP stack or any other package such as wamp nor the author's job to explain to you how object oriented programming works. This is totally another area. I came from a php as a procedural programming language background, however I use C# for windows based applications which it is completely object oriented.

Also I have more than a year experience in drupal as both cms and cmf, however the learning carve for drupal is steeper than Zend framework for the reason being that zend is a design pattern oriented using object oriented to organize the code. You have more freedom in web frameworks than CMSs that is heavy and UI oriented. Perhaps if you want to built a quick website with minimal effort then use CMS if you are satisfied with little code modification and small module creation. However you cannot use CMF to create a custom web application because you are restricted by a rigid framework and it takes more time to learn the huge APIs collection. Bottom line if you are code oriented then Zend is a better solution and if you are UI oriented then use CMS as framwork for what it is.

Going back to the book, I am saying this because I have read most of it to chapter 10 "feed, web service" , This book is one of the best written in relation to web development. It takes you from 0 to hero in a complete illustration of real problem solving that is commonly encountered. The example through the chapters in itself 70% of what you need to know to get a real website up and running. The rest 30% is your imagination and creativity.

In fact this book is only recommended for advanced and serious web developers who are novices in web application framework.

In relation to the models, in a nutshell, it is the same as the controllers, however from a design point of view, it is best to code your application primarily in models and use controllers as pointers. Meaning as explained in the book, fat model skinny controller.

I am glad I bought this book because I have spent a week trying to figure out zend framework. This book explains it all in a perfect introduction to a complex subject. Its added bonus is the resources provided after each chapter.

Don't let the negative posts effects you by not buying this book. If you are searching hard to find a good advanced books this one is for you.

The negative posts are mistaken and only for those who want to be spoon fed the knowledge.
Comment | 
Was this review helpful to you?
4 of 5 people found the following review helpful
Format:Paperback
This book is quite simply the best book on Zend Framework that I have read and I have read a few. By the time you read this book the version of zend framework that the book covers may be obsolate (the rate at which the zend guys are realeasing versions it is near imposible to find a zend framework book that is not outdated by the time you purchase it) however this book offers very solid grounding in the use of the framework. This is the book that helped me to really understand what I was doing in. The examples work which is a rarity for most books and the writing style is clear and easy to follow.

Also the author tries to follow best practice as much as possible. The benefit I found is that it was relatively easy for me to switch between the code in the book and the official zend framework documentation. Other books that I read was not the case as the authors were very much doing things their own way so it was not easy cross checking code with the official documention. For me it covered all the foundational stuff I wanted to know. I keep this on me all the time. I recommend this to anyone who is strugling in understanding zend framework.
Comment | 
Was this review helpful to you?

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!


Look for similar items by category


Look for similar items by subject


Feedback


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