<?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>Sat, 18 May 2013 08:32:40 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPit.net: Taking a first look at the AutoCRUD for PHP library]]></title>
      <guid>http://www.phpdeveloper.org/news/5509</guid>
      <link>http://www.phpdeveloper.org/news/5509</link>
      <description><![CDATA[<p>
PHPit.net brings yet another great tutorial your way with this <a href="http://www.phpit.net/article/first-look-autocrud-for-php-library/">first look</a> at the AutoCRUD library for PHP - a database abstraction layer to help with some of the more mundane tasks (create/read/update/delete) of dealing with your data.
</p>
<quote>
<i>
Welcome to this article on the AutoCRUD for PHP library. This library is a new database library specifically for MySQL, written by yours truly. The reason that this library is only compatible with MySQL is that I very rarely need to use another database, and I really wanted to focus on one database. It's possible that the library might get support for other databases in the future, but for now it's strictly MySQL only.
</i>
</quote>
<p>
<a href="http://www.phpit.net/article/first-look-autocrud-for-php-library/">The tutorial</a> provides a quick introduction to the functionality of the library - including built-in support for unique keys, table-object generation on the fly, and the benefit of being fully unit tested. Next up, the setup - there's some sample SQL to plug in to follow with the examples and the starting code to get the class included and working. They look at basic crud functionality, with a highlight on selecting, and the relationship handling abilities built-in.
</p>]]></description>
      <pubDate>Mon, 05 Jun 2006 06:22:29 -0500</pubDate>
    </item>
  </channel>
</rss>
