<?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>Tue, 21 May 2013 03:39:19 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Centralizing the Validation of Data with the Observer Pattern in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/5914</guid>
      <link>http://www.phpdeveloper.org/news/5914</link>
      <description><![CDATA[<p>
DevShed wraps up its look at the Observer pattern in PHP with <a href="http://www.devshed.com/c/a/PHP/Centralizing-the-Validation-of-Data-with-the-Observer-Pattern-in-PHP/">this last part</a> of the series - centralizing the data validation of your PHP5 application using the Observer pattern.
</p>
<blockquote>
Well, over the course of this last tutorial, I'll be moving the application of observer objects toward the real world, in this case by showing you how to include these objects within a set of form-validation classes. After reading this article, you should be equipped with a decent knowledge of how a form checking application can use the powerful features of this widely-known design pattern.
</blockquote>
<p>
They <a href="http://www.devshed.com/c/a/PHP/Centralizing-the-Validation-of-Data-with-the-Observer-Pattern-in-PHP/">look back first</a> at the code for the form validation class from the <a href="http://www.phpdeveloper.org/news/5856">previous article</a> before moving on and building in more functionality - a FormObserver class. Finally, they pair the two classes to make a working, validating example.
</p>]]></description>
      <pubDate>Mon, 31 Jul 2006 09:15:19 -0500</pubDate>
    </item>
  </channel>
</rss>
