Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Ken Guest's Blog:
Book Review: Object-Oriented Programming with PHP5
May 02, 2008 @ 13:47:33

Ken Guest has reviewed one of the PHP offerings from Packt Publishing and written by Hasin Hayder - Object-oriented Programming with PHP5.

Putting the aspects of Hayder's grasp of the English language aside, the book is rather good as an introduction to the various technologies that it covers.

He points out a few things of note - the beginner OOP chapters (only made for the newbies out there), the contents of the main OOP chapter and the good section on PHPUnit and unit testing. He also has a few suggestions of things that could make the book a bit better, including a personal suggestion on code formating and braces.

tagged: book review php5 object oriented programming packt publishing hasinhayder

Link:

PHPClasses.org:
Book Review: Object-Oriented Programming with PHP5
Apr 22, 2008 @ 12:54:31

PHPClasses.org has posted a new book review today. It's a look at another of Hasin Hayder's books, this one published by Packt - Object-Oriented Programming with PHP5 (as reviewed by Ryan Partington).

"Object Oriented Programming with PHP5" is a book that helps understanding many of the core OOP features within PHP, whilst looking at the Model-View-Controller (MVC) design pattern and unit testing.

Ryan comments of a few issues he found with the book include the not-quite-an-introduction-level first chapter and the "More OOP" section that read like a copy of the php.net manual. Overall, though, his opinion is that it's a good book and provides a good overview of database functionality and the MVC design pattern.

tagged: packt hasinhayder oop php5 programming book review

Link:

David Goodwin's Blog:
Book Review: Object-Orientated Programming with PHP5 (Hasin Hayder, Packt)
Mar 06, 2008 @ 16:28:00

David Goodwin has posted a book review of a book put out by Packt Publishing, "Object Oriented Programming with PHP5" (from Hasin Hayder).

After an email out of the blue from someone at Packt publishing, here's a review of "Object-Orientated Programming with PHP5" I don't think I've done a book review before, so apologies in advance if it's not structured in any logical manner.

He's broken it up into a few lists to make it very straight forward and easy to see if it's the book for you - the pros, the cons, the contents of the book and a random code sample (this one showing the Decorator pattern in action).

tagged: object oriented programming php5 hasinhayder pro con summary example

Link:

Hasin Hayder's Blog:
My book on OOP-PHP5 has been published
Dec 20, 2007 @ 17:10:00

Hasin Hayder has posted an announcement about the Object-oriented Programming with PHP5.

This book will teach users to understand the core object-oriented programming concepts with PHP and to write manageable applications with ease.

Here's the official press release from Packt on the book:


Learn Object-Oriented Programming with PHP5 with new book from Packt

Packt is pleased to announce the release of a new book titled Object-Oriented Programming with PHP5. Written by Hasin Hayder, this book will teach users to understand the core object-oriented programming concepts with PHP and to write manageable applications with ease.

Object-oriented programming (OOP) is a programming paradigm that uses "objects" and their interactions to design applications and computer programs. It was basically introduced to ease the development process as well as reduce the time of development by reducing the amount of code needed.

PHP is one of the most popular languages for web application development, and PHP5 supports OOP very well. This book will help users to master core OOP features in PHP as well as advanced Topics like Design Patterns including Model-View-Controller (MVC), and Unit Testing.

Comprehensive documentation and working examples on the Standard PHP Library (SPL), which are hard to find elsewhere, are provided in this book. Users will find this book useful to leverage PHP’s OOP features to write manageable applications with ease.

Object-Oriented Programming with PHP5 is published and is available with Packt. For more information about this book, please visit www.PacktPub.com

tagged: oop book php5 programming packt release hasinhayder oop book php5 programming packt release hasinhayder

Link:

Hasin Hayder's Blog:
My book on OOP-PHP5 has been published
Dec 20, 2007 @ 17:10:00

Hasin Hayder has posted an announcement about the Object-oriented Programming with PHP5.

This book will teach users to understand the core object-oriented programming concepts with PHP and to write manageable applications with ease.

Here's the official press release from Packt on the book:


Learn Object-Oriented Programming with PHP5 with new book from Packt

Packt is pleased to announce the release of a new book titled Object-Oriented Programming with PHP5. Written by Hasin Hayder, this book will teach users to understand the core object-oriented programming concepts with PHP and to write manageable applications with ease.

Object-oriented programming (OOP) is a programming paradigm that uses "objects" and their interactions to design applications and computer programs. It was basically introduced to ease the development process as well as reduce the time of development by reducing the amount of code needed.

PHP is one of the most popular languages for web application development, and PHP5 supports OOP very well. This book will help users to master core OOP features in PHP as well as advanced Topics like Design Patterns including Model-View-Controller (MVC), and Unit Testing.

Comprehensive documentation and working examples on the Standard PHP Library (SPL), which are hard to find elsewhere, are provided in this book. Users will find this book useful to leverage PHP’s OOP features to write manageable applications with ease.

Object-Oriented Programming with PHP5 is published and is available with Packt. For more information about this book, please visit www.PacktPub.com

tagged: oop book php5 programming packt release hasinhayder oop book php5 programming packt release hasinhayder

Link:


Trending Topics: