Would you like to see this page in English? Click here.

 

ou
Ouvrez une session pour activer Commander en 1-Click.
 
 
D'autres produits offerts
28 neufs & d'occasion à partir de CDN$ 32.99

Vous en avez un à vendre?
Vendez les vôtres ici
 
   
Advanced PHP Programming
 
Agrandissez cette image
 

Advanced PHP Programming (Paperback)

de George Schlossnagle (Author)
4.8étoiles sur 5  Voir tous les commentaires (11 évaluations de client)
Prix éditeur: CDN$ 65.99
Price: CDN$ 41.57 & Livraison super-économique GRATUITE pour cet article. Détails
Vous économisez : CDN$ 24.42 (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
En stock.
Vendu et expédié par Amazon.ca.

Seulement 3 en stock--commandez bientôt (nous en attendons d'autres).

Commandez-vous pour Noël? Pour livraison garantie le 24 décembre à Toronto, à Ottawa, ou à Montréal, choisissez Livraison super-économique GRATUITE  lors de votre commande. En savoir plus.

20 neufs à partir de CDN$ 36.77 8 d'occasion à partir de CDN$ 32.99

Produits fréquemment achetés ensemble

Advanced PHP Programming + PHP Cookbook + PHP and MySQL Web Development
Prix public : CDN$ 190.97
Prix pour les trois: CDN$ 120.30

Afficher la disponibilité du produit et le mode de livraison

  • Cet article : Advanced PHP Programming de George Schlossnagle

    En stock.
    Vendu et expédié par Amazon.ca.
    Livraison super-économique GRATUITE pour cet article. Détails

  • PHP Cookbook de David Sklar

    En stock.
    Vendu et expédié par Amazon.ca.
    Se qualifie pour Livraison super-économique GRATUITE pour des commandes de plus de CDN$ 39. Détails

  • PHP and MySQL Web Development de Luke Welling

    En stock.
    Vendu et expédié par Amazon.ca.
    Livraison super-économique GRATUITE pour cet article. Détails


Les clients qui ont acheté cet article ont aussi acheté

PHP Cookbook

PHP Cookbook

de David Sklar
4.4étoiles sur 5 (14)  CDN$ 37.16
PHP Objects, Patterns, and Practice, Second Edition

PHP Objects, Patterns, and Practice, Second Edition

de Matt Zandstra
CDN$ 32.67
PHP and MySQL Web Development

PHP and MySQL Web Development

de Luke Welling
4.4étoiles sur 5 (130)  CDN$ 41.57
Pro PHP: Patterns, Frameworks, Testing and More

Pro PHP: Patterns, Frameworks, Testing and More

de Kevin McArthur
CDN$ 37.77
PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide

PHP 6 and MySQL 5 for Dynamic Web Sites: Visual QuickPro Guide

de Larry Ullman
4.6étoiles sur 5 (29)  CDN$ 34.01
Découvrez des articles similaires

Les détails du produit


Descriptions du produit

Product Description

Over the past three years PHP has evolved from being a niche language used to add dynamic functionality to small sites to a powerful tool making strong inroads into large-scale, business-critical Web systems.

 

The rapid maturation of PHP has created a skeptical population of users from more traditional "enterprise" languages who question the readiness and ability of PHP to scale, as well as a large population of PHP developers without formal computer science backgrounds who have learned through the hands-on experimentation while developing small and midsize applications in PHP.

 

While there are many books on learning PHP and developing small applications with it, there is a serious lack of information on "scaling" PHP for large-scale, business-critical systems. Schlossnagle's Advanced PHP Programming fills that void, demonstrating that PHP is ready for enterprise Web applications by showing the reader how to develop PHP-based applications for maximum performance, stability, and extensibility.



From the Back Cover

Over the past three years PHP has evolved from being a niche language used to add dynamic functionality to small sites to a powerful tool making strong inroads into large-scale, business-critical Web systems.

The rapid maturation of PHP has created a skeptical population of users from more traditional "enterprise" languages who question the readiness and ability of PHP to scale, as well as a large population of PHP developers without formal computer science backgrounds who have learned through the hands-on experimentation while developing small and midsize applications in PHP.

While there are many books on learning PHP and developing small applications with it, there is a serious lack of information on "scaling" PHP for large-scale, business-critical systems. Schlossnagle's Advanced PHP Programming fills that void, demonstrating that PHP is ready for enterprise Web applications by showing the reader how to develop PHP-based applications for maximum performance, stability, and extensibility.


Mots-clés associés par les clients à ce produit

 (De quoi s'agit-il ?)
Cliquez sur un mot-clé pour trouver les produits, discussions et clients qui y sont associés.
 
(1)

Vos mots-clés : Ajouter votre premier mot-clé
 

What Do Customers Ultimately Buy After Viewing This Item?

Advanced PHP Programming
56% buy the item featured on this page:
Advanced PHP Programming 4.8étoiles sur 5 (11)
CDN$ 41.57
PHP and MySQL Web Development
24% buy
PHP and MySQL Web Development 4.4étoiles sur 5 (130)
CDN$ 41.57
PHP Cookbook
8% buy
PHP Cookbook 4.4étoiles sur 5 (14)
CDN$ 37.16
Programming PHP
6% buy
Programming PHP 3.5étoiles sur 5 (33)
CDN$ 35.27

 

L'avis des consommateurs

11 évaluations
5 étoiles:
 (9)
4 étoiles:
 (2)
3 étoiles:    (0)
2 étoiles:    (0)
1 étoiles:    (0)
 
 
 
 
 
Évaluation du client type
4.8étoiles sur 5 (11 évaluations de client)
 
 
 
 
Partagez votre opinion avec les autres clients:
Commentaires client les plus utiles

 
2 internautes sur 2 ont trouvé ce commentaire utile :
5.0étoiles sur 5 The best you can get in the advanced book field, Mars 24 2004
I have had the pleasure to read through this book, and I need to say that it is a must for those who take PHP seriously. This is not a usual tutorial type book, which will show an example for every keyword with long-winded explanations, but rather a compilation of best pratices and recommendations which you can build on.

The performance section for example (which is one of my favourites) just scratches the surface on how you can use APD to find bottlenecks in your code. George provides you with some common examples, but the real work is still yours, you won't get a step-by-step guide.

Another interesting point of this book is that it is not to read from start to the end. You will surely find sections you are already familiar with (Smarty being a prime example), or sections too advanced for you (ex. distributed environments). And George also takes the liberty to use PHP 5 OO code before introducing the new PHP 5 features, and using XML-RPC before the chapter on RPC calls.

I find it very valuable to have a lengthy introduction to good coding practices at the begining, since most of the code in the book builds heavily on having a consistent coding style. What I miss from the begining though is the introduction on where can people find details if they are stuck. There are interesting PHP.net services (lxr.php.net for example), which are quite valuable if you are trying to find something in the PHP source, to get an idea of how things work.

George having been heavily involved in the APC and APD development knows a lot about PHP and Zend internals. The last section provides you with a current and correct explanation on how you can extend PHP. None of the printed books on the market, or any online tutorial or manual can beat this section currently.

Ce commentaire vous a-t-il été utile ? Oui Non (Signaler ce commentaire)



 
1 internautes sur 1 ont trouvé ce commentaire utile :
5.0étoiles sur 5 If you know PHP, buy this book., Mars 10 2004
Par Terrence Chay "tychay" (San Francisco, CA, USA) - Voir tous mes commentaires
(REAL NAME)   
Caveat: I am only basing my review on the sample chapter on Performance Tuning, a draft copy of the chapter on Zend Engine Internals, and the table of contents. Also, I may be biased because I've met George and he's really hard not to like--I'll try harder next time.

Go read the reviews of other PHP authors' blogs by doing a Feedster search of this book, you'll find that they highly recommend this book, sometimes over their own books!

Looking at the chapter list, you can see the topics covered are not what you see in a typical PHP book. In fact, if you don't know PHP, this is definitely not the book to be learning out of. If you don't know how to program, this is not the book to be learning out of. But if you use PHP professionally and need to get that extra mile or scale your PHP to a large site, then this is definitely the book to be buying.

There are simply no books, articles, or web references that provide a bird's eye view of the Zend Engine Internals. That is, until this book. The car analogy in this chapter is very apt for the potential reader of this book on a whole. If all you do is use PHP to get you from "point A to B" you certainly don't need this book. But if you are a PHP professional who is responsible for a high performance website, then you need to know the content of this book cold.

The chapter on Performance Tuning has a lot of gems you can't find in any other PHP reference and is essential knowledge when you use PHP on large sites. According to Michael Radwin, George's APD (the tool referenced in the chapter), is used to performance tune parts of Yahoo. But George also gives a nod to competing projects mentioning their strengths and weaknesses. (You can see why it's hard not to like the guy, his pragmatism supersedes his ego in every page.)

This neatly complements any other PHP book on the shelf (including any other "professional" PHP book). And I'll definitely have to give an updated review after I've read the other chapters.

I'm sure it will pay for itself many times over. Believe me, I speak from experience to know that George speaks from experience (he was involved in a PHP-based company that drove a company I worked for out of business).

(And to all of you who have received advanced copies... Grr!)

Ce commentaire vous a-t-il été utile ? Oui Non (Signaler ce commentaire)



 
4.0étoiles sur 5 Very Good Book - mandatory for any PHP Programmer, Jui 3 2009
Par Rosana Okada "ro_toronto" (TORONTO, Ontario Canada) - Voir tous mes commentaires
(REAL NAME)   
Very good book with lots of examples and good advice. Easy to read and learn from it.
Ce commentaire vous a-t-il été utile ? Oui Non (Signaler ce commentaire)


Partagez votre opinion avec les autres clients: Créer votre propre commentaire
 
 
Commentaires client les plus récents

5.0étoiles sur 5 Absolutely excellent
Excellent book, not only for PHP, but also for any programming language, especially web-developpement languages.
Publié le Avril 13 2005 par Ugo

4.0étoiles sur 5 Very good but doesn't say a word about Windows...
I know PHP and Linux are a great match but people really do run PHP on Windows as well. This book acts like it is Linux only and never mentions the Windows implementation. Read more
Publié le Juil 6 2004 par M. Hunsberger

5.0étoiles sur 5 Excellent
Frankly, I think others have already said it so I'll keep this short. This book is a well-organized, easy to read compendium of best practices and advanced development techniques... Read more
Publié le Mai 29 2004

5.0étoiles sur 5 Advanced best-practices EVERYONE should be aware of
This book introduces and elaborates on very good programming practices that not many self-made programmers are aware of. Read more
Publié le Mai 26 2004 par Joao Campos

5.0étoiles sur 5 Only best practices
I started programming only a little over a year ago, with a JavaScript book I bought. Shortly after that I started with PHP. Read more
Publié le Mai 18 2004 par Yuri van der Meer

5.0étoiles sur 5 A superbly organized and definitive instructional guide
George Schlossnagle's Advanced PHP Programming is the superbly organized and definitive instructional guide to developing large-scale PHP applications. Read more
Publié le Mai 6 2004 par Midwest Book Review

5.0étoiles sur 5 I love this book
Wow, I love this book! Not just because the content is great, but also because the other has his head held high. Read more
Publié le Avril 27 2004 par Jack D. Herrington

5.0étoiles sur 5 Just when you thought you knew it all
I've been programming in PHP full-time for 5 years now. I remember when I was first learning, how all the books felt a little over my head, in a good way. Read more
Publié le Mars 26 2004 par Derek Sivers

Rechercher uniquement sur les commentaires portant sur ce produit



Listmania!

Créer une liste thématique Listmania!

Cherchez des articles semblables par catégorie


Chercher des articles semblables par sujet


Commentaires

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

Votre historique récent

 (En savoir plus)

Après avoir visualisé des pages détaillées produit ou des résultats de recherche, regardez ici pour trouver une façon simple de poursuivre votre navigation sur des pages qui vous intéressent.