<?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>Mon, 17 Jun 2013 23:43:27 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: The LIKE Clause and the Active Record Pattern]]></title>
      <guid>http://www.phpdeveloper.org/news/12197</guid>
      <link>http://www.phpdeveloper.org/news/12197</link>
      <description><![CDATA[<p>
DevShed continues their look at the Active Record pattern with <a href="http://www.devshed.com/c/a/PHP/The-LIKE-Clause-and-the-Active-Record-Pattern">the next part</a> of their seven part series - extending their MySQL class even further.
</p>
<blockquote>
In its current incarnation, this class's functionality is limited, regardless of its decent level of SQL abstraction. Therefore, in this fourth part of the series I'm going to enhance it by making it capable of working with LIKE clauses in a straightforward way. 
</blockquote>
<p>
They look at using LIKE to match values in various columns of the tables and add in a fetchLike method that lets you specify the column to search, the pattern to match on and the table to search in.
</p>]]></description>
      <pubDate>Tue, 24 Mar 2009 12:07:39 -0500</pubDate>
    </item>
  </channel>
</rss>
