<?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>Wed, 19 Jun 2013 08:17:09 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[php|architect: Looking for a simpler MySQL library? Try MeekroDB]]></title>
      <guid>http://www.phpdeveloper.org/news/16110</guid>
      <link>http://www.phpdeveloper.org/news/16110</link>
      <description><![CDATA[<p>
On the php|architect site today <i>John Mertic</i> has a new post looking at a simpler MySQL library - <a href="http://www.phparch.com/2011/03/looking-for-a-simpler-mysql-library-try-meekrodb/">MeekroDB</a>.
</p>
<blockquote>
I remember fondly back in the day, when PHP 4.0 was all the rage, that if you wanted to interface with MySQL there was one choice: the PHP mysql extension. Then came database abstraction layers ( such as ADODB and PEAR_DB ) and newer extensions ( namely PDO and mysqli ), all with the goal of simplifying the code needing written to be able to get data successfully out of a database. But even then, it still could get a bit complex. Fortunately, someone saw this and wrote a library to make it even simpler. This library is <a href="http://www.meekro.com/">MeekroDB</a>.
</blockquote>
<p>
A bit of code is included, comparing the MySQLi version of how to connect, create a query, bind some parameters and make the request to fetch the results to the MeekroDB version (compressed down and including a handy method queryFirstField). You can find out more about MeekroDB in <a href="http://www.meekro.com/docs.php">its documentation</a>.
</p>]]></description>
      <pubDate>Mon, 28 Mar 2011 12:53:28 -0500</pubDate>
    </item>
  </channel>
</rss>
