Book Image

Object-Oriented Programming with PHP5

By : Hasin Hayder
Book Image

Object-Oriented Programming with PHP5

By: Hasin Hayder

Overview of this book

<p>Some basic objected-oriented features were added to PHP3; with PHP5 full support for object-oriented programming was added to PHP. Object-oriented programming was basically introduced to ease the development process as well as reduce the time of development by reducing the amount of code needed. OOP can greatly improve the performance of a properly planned and designed program.</p> <p>This book covers all the general concepts of OOP then shows you how to make use of OOP in PHP5, with the aid of an ample number of examples.</p>
Table of Contents (15 chapters)
Object-Oriented Programming with PHP5
Credits
About the Author
About the Reviewers
Introduction
Index

Summary


After introducing PHP5 to the world, the PHP team introduced the strong object oriented programming in PHP to PHP developers. PHP5 comes with a lot of handy built-in objects amongst which SPL is a fantastic one. It eases programming for many tasks, which were once quite tough. So SPL introduced many objects that we have just discussed and learned how to use. As the PHP manual doesn't have updated and detailed information on all of these classes, you can count this chapter as a good reference for programming with SPL objects.