<?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, 18 Jun 2013 21:02:57 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[David Coallier's Blog: PEAR::DB is Deprecated, Got It?]]></title>
      <guid>http://www.phpdeveloper.org/news/7966</guid>
      <link>http://www.phpdeveloper.org/news/7966</link>
      <description><![CDATA[<p>
In response to several other posts lately about the <a href="http://pear.php.net/DB">PEAR::DB</a> package in PEAR (and things that could be done to improve it), <i>David Coallier</i> got a bit fed up and <a href="http://blog.agoraproduction.com/index.php?/archives/42-PEARDB-is-DEPRECATED,-GOT-IT.html">shared his opinion</a> - "PEAR::DB is deprecated, got it?"
</p>
<blockquote>
All new features are made into <a href="http://pear.php.net/MDB2">MDB2</a> and not <a href="http://pear.php.net/DB">DB</a>, the only thing that is being done on DB is security fixes. So MDB2 is first of all, faster, smaller (Because of it's driver and modularity), easier, and has more features (LOB handling, Iterator, etc) and better end-user documentation, quite solid docs indeed.
</blockquote>
<p>
Of course, <a href="http://blog.agoraproduction.com/index.php?/archives/42-PEARDB-is-DEPRECATED,-GOT-IT.html#comments">the comments</a> of the post are full of people arguing to keep it around and others that agree with <i>David</i>, especially in light of a MDB2 driver for the Zend Framework he mentions.
</p>]]></description>
      <pubDate>Mon, 04 Jun 2007 15:21:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: New Zend Framework Mailing Lists Announced]]></title>
      <guid>http://www.phpdeveloper.org/news/6309</guid>
      <link>http://www.phpdeveloper.org/news/6309</link>
      <description><![CDATA[<p>
Going along with the <a href="http://www.phpdeveloper.org/news/6306">Roadmap update</a> Zend has recently put out about it's <a href="http://framework.zend.com">Framework</a>, <i>Andi Gutmans</i> has also announced the introduction of more mailing lists to help developers communicate more effectively.
</p>
<blockquote>
<p>
In line with the roadmap email, I'd like to form 8 new mailing lists which will make it easier for people to discuss/participate in subject areas which are of interest to them (actually 7 new ones as docs already exists).
</p>
<p>
I did think of calling the lists fwdev-* to note them as dev lists but I think it makes more sense to keep them open to the users. I find it very valuable to get users asking questions and commeting on functionality on the dev lists as that's valuable input from the users.
</p>
</blockquote>
<p>
The new mailing lists up and running. They are:
<ul>
<li>fw-webservices@
<li>fw-mvc@
<li>fw-auth@
<li>fw-i18n@
<li>fw-db@
<li>fw-core@
<li>fw-formats@
</ul>
</p>
<p>
To check out the topics that fall under each category, check out <a href="http://www.phpdeveloper.org/news/6306">the sections of the roadmap</a>.
</p>]]></description>
      <pubDate>Tue, 19 Sep 2006 15:10:10 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[CodePoets.co.uk: A Quickstart to using PEAR with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/5169</guid>
      <link>http://www.phpdeveloper.org/news/5169</link>
      <description><![CDATA[<p>
On CodePoets.co.uk today, a <a href="http://www.codepoets.co.uk/doc/php_pear_quickstart_database_web_applications">new tutorial</a> introduces you to the PEAR DB package, giving you a howto guide on performing simple queries with its functionality.
</p>
<quote>
<i>
PEAR::DB, provides a uniform, cross platform, cross database method for connecting to databases, when writing PHP applications/scripts. Extensive documentation can be found online here This article aims to show briefly, how queries and updates can be performed when using PEAR DB.
</i>
</quote>
<p>
They <a href="http://www.codepoets.co.uk/doc/php_pear_quickstart_database_web_applications">list a few reasons</a> why one might want to use the PEAR DB package over the normal PHP database functions before they get into the examples. There are four examples - making the connection, querying the database, what to do to avoid SQL injections, and updating your database with prepared statements.
</p>]]></description>
      <pubDate>Thu, 13 Apr 2006 07:09:23 -0500</pubDate>
    </item>
  </channel>
</rss>
