Thursday 17 March 2011

PHP Object-Oriented Solutions



PHP Object-Oriented Solutions
| 2008-08-21 00:00:00 | | 0 | PHP


With the surge of popularity of PHP 5, and with PHP 6 just around the corner, Object-Oriented Programming is now an important consideration for PHP developers. This version-neutral book is a gentle introduction to Object-Oriented Programming (OOP) that wont overburden you with complex theory. It teaches you the essential basics of OOP that youll need to know before moving onto a more advanced level, and includes a series of pre-packaged scripts that you can incorporate into your existing sites with the minimum of effort. It shows how OOP can be used to create reusable and portable code by walking you through a series of simple projects. The projects feature the sorts of things developers run up against every day, and include a validator for filtering user input, a simple Date class that avoids the need to remember all the esoteric format codes in PHP, and an XML generator. Teaches the fundamentals of OOP Simple projects show how OOP concepts work in the real world Pre-packaged scripts can easily be added to your own projects What youll learn PHP features, such as the Standard PHP Library (SPL), that are poorly documented or ignored by existing books How to develop classes of their own OOP in easy-to-understand language without getting bogged down in dense theory Solid foundations for developers wishing to delve more deeply into OOP How to leverage the strengths of OOP as a means for creating reusable code that can be used successfully within a procedural context How to code for both PHP 5 and 6 Who is this book for? This book is aimed at intermediate-level PHP developers who want to take their skills to the next level by exploring object-oriented programming as a way of creating reusable code for a everyday website tasks. A typical reader would be someone who has read one of the authors previous title, such as PHP Solutions, or one of the PHP books for Dreamweaverand feels ready to tackle something a little more challenging.

User review
Good Beginner Knowledge for Diving into PHP OOP
I should of listened to the previous reviewers who said that this book did not go far enough into the PHP language.


As I already am aware of OOP and the basic concepts from JAVA and Actionscript, I wanted to find a book that would show me the syntax and procedures in PHP. This book is a good foundation for that but I quickly out grew it.


I do still think its a solid book for learning PHP as its clear and easy to read.

User review
Great Book For Intro To OOP/PHP
If you have a solid understanding of procedural PHP, including variables, functions, arrays etc. then this is the perfect next step. It's a great introduction to classes, objects, abstract classes and interfaces. It's a pretty easy read but prepare to do some studying and follow along by writing the code out yourself for practice.

User review
Best way to learn OOP in PHP
I have read a few books on OOP (there is always something new to learn), but this one is the best by far.

Good constant level of complexity; not too abstract, not too easy, but something to put your teeth in, sweat a little, but in the end come to a good understanding of the subject without frustrations.

There are many examples following the to the point explanations. It's always a challenge for an author I guess to address the reader at a good adequate level to hold his/her attention. Knowing where the bottlenecks are. Giving a concrete example when it start to become abstract. Offering meaningful cases. The author does al that!

This book is a real must for anybody who wants too start learning OOP from the beginning, although it's recommendable to know a good deal of (procedural) php when starting with this book.



User review
If you wanna be sure to get it,,. here's the way.
The book is pretty straight foward, and presents the subject matter in a down to earth, understandable way. Plus it's well organized so it makes a rather handy reference as well. If I had to gripe about one thing it's the quantity of information in the book. It's a great book, don't get me wrong, but I would have loved for it to keep going. Help me understand more. Perhaps another volume is on the way?

User review
Once again, David gets how to teach us regular folks.
Excellent transition book! I had started some basic OOP PHP coding, but this book helps you really understand how to make the leap from procedural to OOP. I love David Powers books.


Download this book!

Free Ebooks Download

No comments:

Post a Comment