<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 23 May 2013 10:12:00 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Ken Guest's Blog: Book Review: Object-Oriented Programming with PHP5]]></title>
      <guid>http://www.phpdeveloper.org/news/10095</guid>
      <link>http://www.phpdeveloper.org/news/10095</link>
      <description><![CDATA[<p>
<i>Ken Guest</i> has <a href="http://blogs.linux.ie/kenguest/2008/05/01/book-review-object-oriented-programming-with-php5/">reviewed</a> one of the PHP offerings from Packt Publishing and written by <i>Hasin Hayder</i> - <a href="http://www.packtpub.com/oop-php-5/book">Object-oriented Programming with PHP5</a>.
</p>
<blockquote>
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.
</blockquote>
<p>
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.
</p>]]></description>
      <pubDate>Fri, 02 May 2008 08:47:33 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPClasses.org: Book Review: Object-Oriented Programming with PHP5]]></title>
      <guid>http://www.phpdeveloper.org/news/10010</guid>
      <link>http://www.phpdeveloper.org/news/10010</link>
      <description><![CDATA[<p>
PHPClasses.org has posted a new <a href="http://www.phpclasses.org/reviews/id/1847192564.html#review102">book review</a> today. It's a look at another of <i>Hasin Hayder</i>'s books, this one published by Packt - <a href="http://www.packtpub.com/oop-php-5/book">Object-Oriented Programming with PHP5</a> (as reviewed by <i>Ryan Partington</i>).
</p>
<blockquote>
"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.
</blockquote>
<p>
<i>Ryan</i> comments of a few issues <a href="http://www.phpclasses.org/reviews/id/1847192564.html#review102">he found</a> 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.
</p>]]></description>
      <pubDate>Tue, 22 Apr 2008 07:54:31 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[David Goodwin's Blog: Book Review: Object-Orientated Programming with PHP5 (Hasin Hayder, Packt)]]></title>
      <guid>http://www.phpdeveloper.org/news/9747</guid>
      <link>http://www.phpdeveloper.org/news/9747</link>
      <description><![CDATA[<p>
<i>David Goodwin</i> has <a href="http://codepoets.co.uk/book-review-object-orientated-programming-php5-hasin-hayder-packt-publishing">posted a book review</a> of a book put out by Packt Publishing, "Object Oriented Programming with PHP5" (from <i>Hasin Hayder</i>).
</p>
<blockquote>
After an email out of the blue from someone at <a href="http://packtpub.com/">Packt publishing</a>, here's a review of "<a href="http://www.packtpub.com/oop-php-5/book">Object-Orientated Programming with PHP5</a>" I don't think I've done a book review before, so apologies in advance if it's not structured in any logical manner.
</blockquote>
<p>
He's <a href="http://codepoets.co.uk/book-review-object-orientated-programming-php5-hasin-hayder-packt-publishing">broken it up</a> 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).
</p>]]></description>
      <pubDate>Thu, 06 Mar 2008 10:28:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Hasin Hayder's Blog: My book on OOP-PHP5 has been published]]></title>
      <guid>http://www.phpdeveloper.org/news/9287</guid>
      <link>http://www.phpdeveloper.org/news/9287</link>
      <description><![CDATA[<p>
<i>Hasin Hayder</i> has <a href="http://hasin.wordpress.com/2007/12/20/my-book-on-oop-php5-has-been-published/">posted an announcement</a> about the <a href="release of his latest book from the Packt Publishing group - <a href="http://www.packtpub.com/oop-php-5/book">Object-oriented Programming with PHP5</a>.
</p>
<blockquote>
This book will teach users to understand the core object-oriented programming concepts with PHP and to write manageable applications with ease.
</blockquote>
<p>Here's the <b>official press release</b> from Packt on the book:</p>
<hr/>
<span style="color:#747474">
<h3><b>Learn Object-Oriented Programming with PHP5 with new book from Packt</b><br></h3>
<p>
Packt is pleased to announce the release of a new book titled <a href="http://www.packtpub.com/oop-php-5/book">Object-Oriented Programming with PHP5</a>. Written by <a href="http://hasin.wordpress.com">Hasin Hayder</a>, this book will teach users to understand the core object-oriented programming concepts with PHP and to write manageable applications with ease. 
<p>
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.
<p>
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. 
<p>
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.
<p>
<b>Object-Oriented Programming with PHP5</b> is published and is available with Packt. For more information about this book, please visit <a href="http://www.packtpub.com/oop-php-5/book">www.PacktPub.com</a>
</span>]]></description>
      <pubDate>Thu, 20 Dec 2007 11:10:00 -0600</pubDate>
    </item>
  </channel>
</rss>
