<?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 06:21:04 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPImpact Blog: Propel 1.3 uses PDO instead of Creole]]></title>
      <guid>http://www.phpdeveloper.org/news/10890</guid>
      <link>http://www.phpdeveloper.org/news/10890</link>
      <description><![CDATA[<p>
On the PHP::Impact blog <i>Federico</i> <a href="http://phpimpact.wordpress.com/2008/08/23/propel-13-uses-pdo-instead-of-creole/">points out</a> a new feature/update that the <a href="http://propel.phpdb.org/trac/">Propel</a> team has made to help with performance - a change from Creole to the based PDO layer that PHP includes.
</p>
<blockquote>
This change has a number of implications, particularly for those who are executing SQL directly. PDO's API is loosely similar to Creole's, so this change shouldn't require any major re-architecture.
</blockquote>
<p>
New features that come along with this move you might have to upgrade for include the newer DSN format for build/runtime properties, the removal of the mysqli adapter, SPL autoload integration and a few API changes you'll have to look out for. You can find out more information on the Symfony framework's support for these changes on the <a href="http://trac.symfony-project.org/browser/plugins/sfPropelPlugin/branches/1.2">sfPropelPlugin</a> and <a href="http://www.symfony-project.org/plugins/DbFinderPlugin">DbFinderPlugin</a> pages.
</p>]]></description>
      <pubDate>Mon, 25 Aug 2008 10:22:23 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stefan Koopmanschap's Blog: DbFinderPlugin: The ORM isn't important anymore]]></title>
      <guid>http://www.phpdeveloper.org/news/10829</guid>
      <link>http://www.phpdeveloper.org/news/10829</link>
      <description><![CDATA[<p>
In <a href="http://www.leftontheweb.com/message/DbFinderPlugin_The_ORM_isnt_important_anymore">this new post</a> to his blog <i>Stefan Koopmanschap</i> looks at a plugin for the symfony framework that has him impressed.
</p>
<blockquote>
Using this plugin, it is not necessary anymore to really care about which ORM you pick for your project. It's the thought behind symfony 1.1 taken into the symfony ORM-selection.
</blockquote>
<p>
He points to the <a href="http://www.symfony-project.org/plugins/DbFinderPlugin">DbFinderPlugin</a> as an alternative to rewriting up the ORM code for your application by hand (or in something like Propel or Doctrine). It makes switching between ORM layers simple - just a configuration change to point to the new system.
</p>]]></description>
      <pubDate>Thu, 14 Aug 2008 08:47:12 -0500</pubDate>
    </item>
  </channel>
</rss>
