Want to Read saving…. Want to Read Currently Reading Read. Other editions. Enlarge cover. Error rating book. Refresh and try again. Open Preview See a Problem? Details if other :. Thanks for telling us about the problem.
Return to Book Page. My first experiments with object-oriented programming in PHP took place about six years ago. Unfortunately, the book that introduced me to the subject concentrated on the mechanics of writing classes and paid little heed to principles underlying OOP. As a result, I wrote classes that were closely intertwined with a specific project "tightly coupled," to use the OOP termin My first experiments with object-oriented programming in PHP took place about six years ago.
As a result, I wrote classes that were closely intertwined with a specific project "tightly coupled," to use the OOP terminology. Everything worked exactly the way I wanted, but the design had a fundamental flaw: the classes couldn't be used for any other project. Worse still, it was a large project--a bilingual, searchable database with more than 15, records--so any changes I wanted to make to it involved revising the whole code base.
The purpose of this book is to help you avoid the same mistake. Although most chapters revolve around mini-projects, the classes they use are project-neutral. Rather than being a "how to" cookbook, the aim is to help developers with a solid knowledge of PHP basics add OOP to their skill set.
Get A Copy. Paperback , pages. Published August 1st by Apress first published January 1st More Details Original Title. Other Editions 3. Friend Reviews. To see what your friends thought of this book, please sign up. Lists with This Book. This book is not yet featured on Listopia. If you must know, I actually bought and read these books and indeed they came in handy.
Don't miss out! Subscribe To Newsletter. Receive the best WordPress, Git, Web development and programming tutorials. Give it a try. You can unsubscribe at any time. We promise not to spam you. Powered by MailOptin. Search Engine. With the surge of popularity of PHP 5,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 won't overburden you with complex theory.
It teaches you the essential basics of OOP that you'll need to know before moving onto a more advanced level, and includes a series of prepackaged scripts that you can incorporate into your existing sites with the minimum of effort.
It shows howobject-oriented programmingcan 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 Prepackaged 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 this book is 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 author's previous titles, such as PHP Solutions, or one of the PHP books for Dreamweaver and feels ready to tackle something a little more challenging.
0コメント