Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
Zend Framework, A Beginner's Guide
 
 

Zend Framework, A Beginner's Guide [Paperback]

Vikram Vaswani
2.0 out of 5 stars  See all reviews (1 customer review)
List Price: CDN$ 44.95
Price: CDN$ 28.32 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 16.63 (37%)
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.ca. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want it delivered Monday, May 28? Choose One-Day Shipping at checkout.

Product Details


Product Description

Product Description

Essential Skills--Made Easy!

Leverage the power of the Zend Framework to supercharge your PHP development! Zend Framework: A Beginner's Guide covers key features, including model-view-controller implementation, routing, input validation, internationalization, and caching, and shows you how to use them in a practical context. The book walks you through the process of building a complete Web application with the Zend Framework, starting with the basics and then adding in more complex elements, such as data pagination and sorting, user authentication, exception handling, localization, and Web services. Debugging and performance optimization are also covered in this fast-paced tutorial.

Designed for Easy Learning

  • Key Skills & Concepts--Chapter-opening lists of specific skills covered in the chapter
  • Ask the Expert--Q&A sections filled with bonus information and helpful tips
  • Try This--Hands-on exercises that show you how to apply your skills
  • Notes--Extra information related to the topic being covered
  • Tips--Helpful reminders or alternate ways of doing things
  • Cautions--Errors and pitfalls to avoid
  • Annotated Syntax--Example code with commentary that describes the programming techniques being illustrated

Read-to-use code at www.zf-beinners-guide.com and www.mhprofessional.com/computingdownload.

About the Author

Vikram Vaswani is the founder and CEO of Melonfire (www.melonfire.com), a consultancy firm with special expertise in open-source tools and technologies. He has 12 years of experience working with PHP and MySQL as a Web application developer and product manager. Vikram writes a regular column for the Zend Developer Zone and is the author of MySQL: The Complete Reference, How to Do Everything with PHP and MySQL, PHP Programming Solutions, PHP: A Beginner's Guide, and several other books.

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

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


 

Customer Reviews

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

0 of 2 people found the following review helpful
2.0 out of 5 stars this book is not for beginers, Oct 13 2010
This review is from: Zend Framework, A Beginner's Guide (Paperback)
Hi there. If you have idea what is the ZEND framework, probably it's good choice. If you have no hint about ZEND, it's not good book to start with. Difficult (heavy) English. Examples are out of context and they are not completed.... So for me 25 dollars in vain.
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 Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 3.8 out of 5 stars (13 customer reviews)

24 of 29 people found the following review helpful
2.0 out of 5 stars Attempts to cover too much information and leaves behind a lot of basics, Sep 18 2010
By ChillFok "ChillFok" - Published on Amazon.com
Amazon Verified Purchase(What's this?)
This review is from: Zend Framework, A Beginner's Guide (Paperback)
This review comes from an experienced PHP programmer (10+ years) who knows OOP, and has worked with other PHP frameworks like Symfony. I bought it to see what the Zend Framework was all about. After reading this book (and realizing I hadn't learned much) I took two courses from Zend that really cleared things up. Yes, I know the courses are much more expensive than this book, and don't pretend a book to compete with that.

A good analogy to explain what this book does is: it gives you the cooked fish instead of teaching you how to fish.

For example, right on page 33 it shows you how to use modules which is definitely not needed for beginners or even required to do a successful ZF project. Here's a quote from Matthew O'Phinney (Zend Framework's main contributor as of 18/Sept/2010) "modules are really second-class citizens in ZF currently." ([...]).

It also jumps to forms use right in page 47 without covering very basic things like how to get a Bootstrap instance from a Controller Action (which is used in real life WAY more than modules or forms), or how to work with Application Resources in the Bootstrap. I'm not saying "don't go into forms at all", I'm just saying that covering it on page 47 is jumping the gun a little. Note that if you are -as the title states- a ZF "beginner", by the point where forms are presented you STILL don't have the tools to do anything on your own, other than the little things the book has shown you. And again, the book shows you how to do a couple things, but doesn't go into WHY you want to do that.

By page 100 it starts with the Model and instead of using ZF's own database components, the author decides to use the Doctrine ORM which is way waaaaay more complicated than using Zend_Db. Again, Doctrine is a wonderful package and I use it ofter because of its amazing features, but it is not for the faint of heart, and definitely not for a ZF beginner. Actually for the project this book proposes there is absolutely no need to use Doctrine; you could do all you need by using Zend_Db and its related classes. None of the features that you'd normaly use Doctrine for are used here. So again, this book jumps the gun once more.

The good thing about this book are the links at the end of each chapter. They point to VERY useful references that expand on what the chapter covered. There are also "ASK THE EXPERT" boxes with some useful info too.

I wouldn't recommend this book to a beginner rather than an intermediate ZF user who wants to see a different take on a ZF project (like for example how to use doctrine on your models).

4 of 5 people found the following review helpful
5.0 out of 5 stars Excellent coverage of a huge topic in a small amount of space, Jan 14 2011
By sootsnoot - Published on Amazon.com
Amazon Verified Purchase(What's this?)
This review is from: Zend Framework, A Beginner's Guide (Paperback)
I had a lot of programming experience in C, Fortran, etc, but zero web programming experience when I bought this book along with a number of others on html, css, php, mysql, javascript, ajax, and another on Zend Framework. Out of them all, I found myself spending about 80% of my time with this book. I think the reason was that it acted as a roadmap for what I needed to learn about next to understand how to build a real-life non-trivial web 2.0 application. It doesn't go into a huge amount of detail on any one aspect. Instead it presents a series of real-life problems to solve in the context of implementing a very well-chosen sample application.

It explores one or two ways to solve each problem making best use of the Framework. It then settles on a particular way to do it in the sample, usually with very good explanations for why he chooses the solution he does, and provides lots of references to good, current online sources of information about other choices as well as more detail on the one chosen. A lot of other (thicker) books, as well as the Zend Framework Reference Manual, and much of the online information in forums, try to demonstrate how many different ways the author knows how to skin a cat, and go into detail on each one, without ever giving any guidance on how to choose among them. An alternative is overview books that are a lot thinner, but they don't give enough detail to actually build anything significant. This book strikes a happy middle ground with good overview material showing how the big pieces fit together, discussion of alternative solutions with references providing details on them all, and then real code implementing one or two of the choices. There are separate stand-alone code examples that help explain alternatives, but each chapter provides code that contributes to a single application that ties it all together, and that can be downloaded and run. There might have been one or two minor problems that I encountered getting it to run (on XP with XAMPP for Windows 1.7.3 and Zend Framework 1.10.7), but even though I had never seen php code before, it wasn't very hard to get it running.

The book is also very current, and it works to present current best practices. Another review mentioned that choosing to use Doctrine instead of Zend_Db seemed like a bad idea. But I would argue that there are plenty of good references and examples of code using Zend_Db. Doctrine really seems to be gaining traction, and using it within Zend Framework is something someone just starting to use the framework would be better off learning than Zend_Db. You go to a framework to get some leverage on complex problems, and Doctrine gives you so much more leverage than Zend_Db. That choice also serves as a demonstration for how extensible and flexible the framework is, which is important for a new user to understand.

Of the 17 books on various aspects of web programming that I can see from where I'm sitting, this is the only one with noticeable wear.

1 of 1 people found the following review helpful
5.0 out of 5 stars I like it, Jun 5 2011
By Edgar martinez - Published on Amazon.com
Amazon Verified Purchase(What's this?)
This review is from: Zend Framework, A Beginner's Guide (Paperback)
I have almost every other Zend book available on Amazon.com and this one is possibly the best. I dont know what the bad reviews are all about. Yes some of this info is in the docs but in my opinion it is worth the money and it has brought me up to speed pretty quickly. I like it.
 Go to Amazon.com to see all 13 reviews  3.8 out of 5 stars 
 
 
Only search this product's reviews



Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges