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 how object-oriented programming 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 Prepackaged scripts can easily be added to your own projects
Read More
Specifications
Book Details
Imprint
Friends of Ed
Dimensions
Height
229 mm
Length
191 mm
Weight
794 gr
Ratings & Reviews
5
★
2 Ratings &
1 Reviews
5★
4★
3★
2★
1★
2
0
0
0
0
5
Great Book for coders who don't know OOP
This is great book who want to learn object oriented php, this is not book for who are learning php first time. it covers all object oriented topics. Writer (David Powers) Wrote well about oop structure of php,