Zend Framework, A Beginner's Guide et plus d'un million d'autres livres sont disponibles pour le Kindle d'Amazon. En savoir plus


ou
Identifiez-vous pour activer la commande 1-Click.
Amazon Rachète votre article
Recevez un chèque-cadeau de EUR 8,22
Amazon Rachète cet article
Plus de choix
Vous l'avez déjà ? Vendez votre exemplaire ici
Désolé, cet article n'est pas disponible en
Image non disponible pour la
couleur :
Image non disponible

 
Commencez à lire Zend Framework, A Beginner's Guide sur votre Kindle en moins d'une minute.

Vous n'avez pas encore de Kindle ? Achetez-le ici ou téléchargez une application de lecture gratuite.

Zend Framework: A Beginner's Guide [Anglais] [Broché]

Vikram Vaswani
3.5 étoiles sur 5  Voir tous les commentaires (2 commentaires client)
Prix : EUR 26,95 LIVRAISON GRATUITE En savoir plus.
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
En stock, mais la livraison peut nécessiter jusqu'à 2 jours supplémentaires.
Expédié et vendu par Amazon. Emballage cadeau disponible.

Formats

Prix Amazon Neuf à partir de Occasion à partir de
Format Kindle EUR 20,21  
Broché EUR 26,95  

Les clients ayant acheté cet article ont également acheté


Détails sur le produit

  • Broché: 464 pages
  • Editeur : Osborne/McGraw-Hill (1 août 2010)
  • Collection : Beginner's Guide
  • Langue : Anglais
  • ISBN-10: 007163939X
  • ISBN-13: 978-0071639392
  • Dimensions du produit: 18,5 x 2,2 x 23,3 cm
  • Moyenne des commentaires client : 3.5 étoiles sur 5  Voir tous les commentaires (2 commentaires client)
  • Classement des meilleures ventes d'Amazon: 117.370 en Livres anglais et étrangers (Voir les 100 premiers en Livres anglais et étrangers)
  •  Souhaitez-vous compléter ou améliorer les informations sur ce produit ? Ou faire modifier les images?


En savoir plus sur l'auteur

Découvrez des livres, informez-vous sur les écrivains, lisez des blogs d'auteurs et bien plus encore.

Dans ce livre (En savoir plus)
Parcourir les pages échantillon
Couverture | Copyright | Table des matières | Extrait | Index
Rechercher dans ce livre:

Quels sont les autres articles que les clients achètent après avoir regardé cet article?


Commentaires en ligne 

5 étoiles
0
2 étoiles
0
1 étoiles
0
3.5 étoiles sur 5
3.5 étoiles sur 5
Commentaires client les plus utiles
3.0 étoiles sur 5 Bon livres mais un parfois obsoltes 14 mars 2013
Par P. Jandot
Format:Broché|Achat authentifié par Amazon
Comme avec tous les livres sur l'informatique, il faut parfois creuser un peu sur le net car certaines lignes de codes sont obsolètes.
Mais entre nous.. Preferez Symfony, surtout si vous débutez dans les framework. "Le cookbook" en ligne est tres accessible, c'est bien plus sexy, la deuxième version est sorti depuis peu, et c'est français. Zend c'est un peu la grosse machine de guerre enraillée.
Avez-vous trouvé ce commentaire utile ?
4.0 étoiles sur 5 Pour bien commencer 18 avril 2012
Format:Broché|Achat authentifié par Amazon
Un très bon livre sur ZF. Simple d'écriture il permet d'aborder via un exemple concret l'utilisation de ZF dans le développement d'un site web avec implémentation du MVC et l'utilisation de Doctrine en guise d'ORM.
Avez-vous trouvé ce commentaire utile ?
Commentaires client les plus utiles sur Amazon.com (beta)
Amazon.com: 3.8 étoiles sur 5  13 commentaires
26 internautes sur 31 ont trouvé ce commentaire utile 
2.0 étoiles sur 5 Attempts to cover too much information and leaves behind a lot of basics 18 septembre 2010
Par ChillFok - Publié sur Amazon.com
Format:Broché|Achat authentifié par Amazon
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).
5 internautes sur 6 ont trouvé ce commentaire utile 
5.0 étoiles sur 5 Excellent coverage of a huge topic in a small amount of space 14 janvier 2011
Par sootsnoot - Publié sur Amazon.com
Format:Broché|Achat authentifié par Amazon
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 internautes sur 1 ont trouvé ce commentaire utile 
1.0 étoiles sur 5 Outdated Book 3 janvier 2012
Par Ivan C. Erickson - Publié sur Amazon.com
Format:Broché|Achat authentifié par Amazon
This book has cost me hours and hours of wasted time. Turns out this was pre PHP 5.3 and the changes between PHP and updates in Zend have rendered the basic examples in this book worthless. I have had to rework many things to get them to work down to comments changing from a "#" sign to a ";" sign. That alone cost me a few hours to track down log files and search Google for a fix.

I got to chapter 3 before I threw this book away, every chapter had major coding issues. DO NOT BUY THIS BOOK.
Ces commentaires ont-ils été utiles ?   Dites-le-nous
Rechercher des commentaires
Rechercher uniquement parmi les commentaires portant sur ce produit

Discussions entre clients

Le forum concernant ce produit
Discussion Réponses Message le plus récent
Pas de discussions pour l'instant

Posez des questions, partagez votre opinion, gagnez en compréhension
Démarrer une nouvelle discussion
Thème:
Première publication:
Aller s'identifier
 

Rechercher parmi les discussions des clients
Rechercher dans toutes les discussions Amazon
   


Listmania!


Rechercher des articles similaires par rubrique


Commentaires

Souhaitez-vous compléter ou améliorer les informations sur ce produit ? Ou faire modifier les images?

Déclaration de confidentialité Amazon.fr Informations sur la livraison Amazon.fr Retours & Echanges Amazon.fr