Advanced PHP Programming

Posted by Admin 8 comments

Advanced PHP Programming

Over thе past 3 years PHP hаѕ developed frοm being the niche denunciation used tο supplement energetic functionality tο tiny sites tο the comprehensive apparatus mаkіng clever inroads іntο large-scale, business-critical Web systems.Thе fast maturation οf PHP hаѕ сrеаtеd the doubtful race οf users frοm some-more normal “enterprise” languages whο qυеѕtіοn thе willingness аnd capability οf PHP tο scale, аѕ good аѕ the vast race οf PHP developers but grave mechanism scholarship backgrounds whο hаνе schooled by th

Rating: (out οf twenty-three reviews)

List Price: $ 54.99

Price: $ 7.96

PHP 6/MySQL Programming fοr thе Absolute Beginner

  • ISBN13: 9781598637984
  • Condition: Nеw
  • Notes: BUY WITH CONFIDENCE, Over the single million books sold! 98% Positive feedback. Compare ουr books, prices аnd use tο thе competition. 100% Satisfaction Guaranteed

If уου аrе nеw tο programming wіth PHP 6 аnd MySQL аnd аrе seeking fοr the plain introduction, thіѕ іѕ thе book fοr уου. Developed bу mechanism scholarship instructors, books іn thе fοr thе comprehensive beginner? array sense thе beliefs οf programming by elementary diversion creation. Yου wіll асqυіrе thе skills thаt уου need fοr some-more unsentimental programming applications аnd wіll sense hοw thеѕе skills саn bе рυt tο υѕе іn real-world scenarios. Everything уου need tο finish thе tutorials іѕ οn thе companio

Rating: (out οf 3 reviews)

List Price: $ 34.99

Price: $ 21.71

Related Post


8 Comments
Jul 23, 2010
7:38 pm
#1 Yuri van der Meer :

Review by Yuri van der Meer for Advanced PHP Programming
Rating:
I started programming only a little over a year ago, with a JavaScript book I bought. Shortly after that I started with PHP.My first PHP book was Glasshaus’ “Dreamweaver MX: PHP Web Development” (had to start somewhere). I then bought Sams’ “PHP & MySQL web development”. That was a big step forward.Meanwhile, I learned all about separating the different layers on the front end through the use of XHTML, CSS and W3C DOM-based JavaScript, and I wanted to learn to achieve the same kind of maintainability in server-side scripting. I wanted more advanced programming techniques and I wanted to learn about `best practices’ and OOP.I then got the SitePoint PHP Anthology volumes. I liked its use of OOP for the various solutions, but they’re just that. A lot of cook book style solutions. I learned some good things from looking at all the solutions, but I wanted a more direct approach teaching me how to program PHP on a professional level, rather than just learn how to implement professional solutions.A few weeks ago I got the book Advanced PHP Programming. Finally I have a book that seems to really have what I was looking for. This teaches not only how OOP works in PHP, but it also shows in general how OO techniques apply to different situations (design patterns). A lot of other topics in the book are a little over my head right now, but it is good to know it’s there for when I need it.While reading the many examples in the previously mentioned PHP books, I kept asking myself “is this really the best way to handle this?”. Not with this one. I somehow know that this book can teach me all I ever wanted to know about programming PHP on a professional level and not teach me any ‘bad practices’ along the way.This is definately not the first book I should have bought on PHP, but it seems this may well be the last book I will be needing for a long time.

Jul 23, 2010
7:42 pm
#2 M. Coughlin :

Review by M. Coughlin for Advanced PHP Programming
Rating:
PHP *needs* capable writers, like this one. Developers, who take time to write, seem rare – compared to writers, who rarely get to do development projects, anymore. This author is clearly a very experienced practitioner. He outlined a great table of contents.

He advocates and provides guidance for adhering to best practices, regarding design patterns, scalability, caching, unit testing, profiling & tuning etc. The last 1/6 of the book is about C language PHP extension. Excellent “Further reading” suggestions are provided at the end of each chapter.

Out of a high-volume PHP site developer, since 1999, I would expect creative examples. If your site provides Fibonacci sequences and readability scores web services, you’ll find this book highly useful. Though on page 1, the author PROMISES NO* “foo-bar” examples, he provides plenty (on pages: 19, 53, 56, 68, 102, 158, 166, 227, 230, 255, 268, 274, 325, 373, 405, 466, 483, 484, 563). Since a reader devotes plenty of time to contemplating foo-bar examples, I came to realize why they bother me so much … they’re unimaginative (i.e. mentally lazy), regarding pragmatic applications for the technology.

I found myself constantly marking comma’s in the text – to ease the readability and follow what was being said. If the author doesn’t know where to put comma’s, the editors should! There’s no bold text – to illustrate lessons within the code. As far as I can remember, there’s no offer of complete code (e.g. from a website), either.

This is a good, author with generally readable writing style and a wealth of experience to convey. I wouldn’t dissuade anyone from buying this book; there’s a tremendous amount to be learned and gained from this … probably the most advanced PHP text, available. I’m just a bit disappointed, because, though it’s very good, it could have been world class. I would buy future books from this author; I hope that they get even better!

Jul 23, 2010
8:11 pm
#3 Derek Sivers :

Review by Derek Sivers for Advanced PHP Programming
Rating:
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. Very slowly I understood things that didn’t make sense before. And then very slowly I’d start to incorporate those things into my day-to-day programming.After 2 years or so, I missed that feeling. I’d check out new PHP books and flip through every chapter saying, “Yeah yeah yeah…”. I realized I had become an expert.I was honestly impressed looking at the table of contents of this book. This is NOT your usual PHP book! That’s obvious right away. So I ordered it. And it just arrived yesterday.I was up all night reading it, and again today. This is the most amazing PHP book for experienced PHP programmers I’ve ever seen. (Wait – this is the ONLY book for experienced PHP programmers I’ve ever seen!)The author really knows his stuff, and uses best-practices, throughout. Really well thought-out code with a lot to learn from.The fact that it’s all based on the new PHP5 style makes it even better! A great way to get to know the new object approach to PHP5: to see it in real-world examples, so that after a few hours with this book it’s second-nature.For the first time in three years, I feel wonderfully over-my-head with a LOT to learn here in this one amazing book. Thanks George!

Jul 23, 2010
9:04 pm
#4 Gabor Hojtsy :

Review by Gabor Hojtsy for Advanced PHP Programming
Rating:
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.

Jul 23, 2010
9:26 pm
#5 Joao Campos :

Review by Joao Campos for Advanced PHP Programming
Rating:
This book introduces and elaborates on very good programming practices that not many self-made programmers are aware of. I’ve had contact with some 5 or 6 other programming languages at university and I’ve had my share of contact with good programming practices, but they were never presented to me so clear-cut and in a so motivating way as in this book. That, alongside with the fact that I just love PHP, makes this the absolutely most important book I would recommend to any fellow programmer.This book doesn’t teach PHP, it teaches efficiency, maintainability and some really good programming notions. The fact that it uses PHP as a vehicle is just the icing on the cake. The source code used is manytimes from real open source projects, a nice effort from the author.
Oh, and I would also like to mention the author’s style of writing: he comes across as a very open-minded individual who routinely recognises his own errors and isn’t in any way superior to the rest of us not-so-enlightned programmers.
On a final note, let me just say I wish my copy of this book would magically turn into a spell-checked hardcover edition :)

Jul 23, 2010
9:32 pm
#6 Robert :

Review by Robert for PHP 6/MySQL Programming for the Absolute Beginner
Rating:
I am giving this two stars because this is actually not a good book for beginners but really a book for more intermediate PHP users or those programmers interested in gaming development. It suffers from too much reliance on arcane examples plus a first couple of chapters that really provide more frustration than value to a real beginner.

Chapter one actually does nothing to really help you set up a php server. The book assumes that you know a good deal about local server technology and that you are comfortable setting up a local server on your machine. It assumes that you know the subtleties of how a local host file system works. It also assumes extensive experience in static web page development xhtml coding, CSS, etc.

In chapter two the book jumps from being very basic to using some advanced tools as examples. The concepts used require that you spend some extremely careful time reading the provided code used in the examples to understand the relevance of specific functions. The examples are interesting but are not directly applicable to a beginner.

In chapter 3 the book becomes a reasonable teaching tool yet its reliance on dice games as examples makes it somewhat irrelevant for what most users are studying this to do on the web. It does provide the new programmer, and even more experienced ones, with some foundation of how php code works but not in a web related context. It does develop good practices and explains how and why the programming works. It explains very well the differences in control structures, and where one shines over another. It makes arrays accessible but not friendly and provides a basic introduction into MySQL. With very careful study you can probably actually put all of it into practical applications but many times you will be left cold when applying it to more day to day web applications.

My advice is if you already have this book then use it as an auxiliary in conjunction with another book that will give you a more grounded perspective without so detailed reliance on complex game type examples. My personal recommendation is “PHP Visual Quick Start Guide Third Edition” by Larry Ullman. This is a real beginners book that actually teaches and will have you proficient in PHP in no time.

Jul 23, 2010
9:35 pm
#7 Cliff Lyles :

Review by Cliff Lyles for PHP 6/MySQL Programming for the Absolute Beginner
Rating:
I’ll admit, I haven’t even made it through the first chapter yet. I have high hopes for this book, but the Amazon description left out one crucial detail: you need to REALLY know your XHTML 1.0 strict before hoping to handle PHP. The book makes this very statement on page 3. That would have been really nice to know before I bought the book, since I don’t know the first thing about XHTML. Guess if I’m going to get my money out of this, I’ll have to buy a book on XHTML first! >:/

Jul 23, 2010
10:23 pm
#8 J. Rice :

Review by J. Rice for PHP 6/MySQL Programming for the Absolute Beginner
Rating:
Just the book I was looking for. Great price and fast shipping. What more could you ask for? It even came with the CD/DVD and I’ve tried using it and it works 100% fine. Thanks!

Leave a Comment

Name

Email

Website

Previous Post
«
Next Post
»


IMG_0233_DSC0010KochiIMG_2317.JPG_MG_0676