<?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, 08 Sep 2008 05:05:50 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[ProDevTips.com: Doctrine for dummies]]></title>
      <guid>http://www.phpdeveloper.org/news/10766</guid>
      <link>http://www.phpdeveloper.org/news/10766</link>
      <description><![CDATA[<p>
<i>Henrik</i> waves goodbye to the Zend_Db component of the Zend Framework in <a href="http://www.prodevtips.com/2008/08/05/doctrine-for-dummies/">this new post</a> to the ProDevTips blog - his new favorite is <a href="http://www.phpdoctrine.org/">Doctrine</a>.
</p>
<blockquote>
It was long overdue but finally I've taken a look at <a href="http://www.phpdoctrine.org/">Doctrine</a>. And I'm blown away, bye bye Zend DB. [...] It's time to try and convey how awesome I think Doctrine is.
</blockquote>
<p>
His example sets up a table definition and defines the associations between the columns for a "members" table. He defines a "city" table too and shows how Doctrine can easily combine the two and make selecting from and inserting into the tables simple.
</p>]]></description>
      <pubDate>Tue, 05 Aug 2008 12:55:52 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ProDevTips Blog: Extending Zend DB Table]]></title>
      <guid>http://www.phpdeveloper.org/news/10450</guid>
      <link>http://www.phpdeveloper.org/news/10450</link>
      <description><![CDATA[<p>
On the ProDevTips blog, there's a <a href="http://www.prodevtips.com/2008/06/19/extending-zend-db-table/">new post</a> showing how to bend the Zend_Db table component of the Zend Framework to your will and customize parts of it for your application.
</p>
<blockquote>
For some time now I've been working on an administrative backend system. I quickly found the need to extend DB Table with more stuff than needed when I <a href="http://www.prodevtips.com/2007/11/02/writing-a-cms-with-smarty-and-the-zend-framework-part-1/">extended the Zend Framework</a>, it's mostly convenience functions designed to reduce repetitive code snippets.
</blockquote>
<p>
He <a href="http://www.prodevtips.com/2008/06/19/extending-zend-db-table/">illustrates</a> with some of the custom override functions he's made including versions of updateOne, exists, fetchOne and fetchSomething.
</p>]]></description>
      <pubDate>Fri, 20 Jun 2008 09:44:58 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Matthew Weir O'Phinney's Blog: Zend Framework 1.5 is on its way!]]></title>
      <guid>http://www.phpdeveloper.org/news/9804</guid>
      <link>http://www.phpdeveloper.org/news/9804</link>
      <description><![CDATA[<p>
<i>Matthew Weir O'Phinney</i> has <a href="http://weierophinney.net/matthew/archives/162-Zend-Framework-1.5-is-on-its-way!.html">posted happily</a> about an upcoming release of the popular PHP framework from Zend - Zend Framework version 1.5:
</p>
<blockquote>
As many know, <a href="http://framework.zend.com/">Zend Framework</a> 1.5.0 is almost ready for release... heck, it might even be released by the time you read this. There are a ton of new features worth looking into, but I'll list some of my own favorites here - the ones I've been either working on or using.
</blockquote>
<p>The list of updates for the release includes:</p>
<ul>
<li>Zend_Layout and Zend_View enhancements
<li>Zend_Form
<li>Zend_Search_Lucene
<li>Zend_Db_Table Improvements
<li>Context Switching and REST
</ul>
<p>
If you want to get things prepared on your application, you can always <a href="http://framework.zend.com/download">download the latest release candidate</a> (RC 3) of 1.5.0 and get to testing.
</p>]]></description>
      <pubDate>Mon, 17 Mar 2008 08:49:23 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Lee Blue's Blog: How To Sort A Zend_Db_Table_Rowset]]></title>
      <guid>http://www.phpdeveloper.org/news/9638</guid>
      <link>http://www.phpdeveloper.org/news/9638</link>
      <description><![CDATA[<p>
<i>Lee Blue</i> has <a href="http://www.refreshinglyblue.com/2008/02/14/how-to-sort-a-zend_db_table_rowset/">posted a handy tip</a> for users of the Zend Framework, specifically when sorting the results from a query to tables linked in a Zend_Db_Table setup.
</p>
<blockquote>
So you figured out how to define the <a href="http://framework.zend.com/manual/en/zend.db.table.relationships.html">relationships between your Zend_Db_Tables</a> and you have issued a call to findDependentRowset(). You get your Rowset back but you need to sort the results by one of the columns in the dependent table. How do you do that?
</blockquote>
<p>
Unfortunately, he's found out that you just simply can't - well, not without a custom function (until the 1.5 release of the framework rolls around). He shows his table set up and some sample database classes to relate to the tables (and link between them). The magic comes in with his DU_Utils class that takes in the data and sorts it based on the given column name in the given direction.
</p>]]></description>
      <pubDate>Thu, 14 Feb 2008 17:11:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Framework 1.0.1 Releases]]></title>
      <guid>http://www.phpdeveloper.org/news/8361</guid>
      <link>http://www.phpdeveloper.org/news/8361</link>
      <description><![CDATA[<p>
According to <a href="http://devzone.zend.com/article/2389-Zend-Framework-1.0.1-Releases">a new post</a> on the Zend Developer Zone, the latest version of the Zend Framework has been released - Zend Framework 1.0.1:
</p>
<blockquote>
This mini release includes fixes for 33 issues since the 1.0.0 release
only a month ago. These issues are generally bug fixes and improvements,
though some feature additions have been included with this release. This release includes enforcement of our new policy of only publishing
documentation translations that are at least 50% complete. [...] Also noteworthy for the 1.0.1 release are many improvements for
<a href="http://framework.zend.com/manual/en/zend.gdata.html">Zend_Gdata</a> and numerous bug fixes for <a href="http://framework.zend.com/manual/en/zend.db.html">>Zend_Db</a>.
</blockquote>
<p>
Suggestions for the upcoming 1.1.0 release can be made on <a href="http://framework.zend.com/wiki/x/Lw">this wiki page</a> on the Zend Framework site, and this new version can be downloaded directly from <a href="http://framework.zend.com/">the Zend Framework website</a>.
</p>]]></description>
      <pubDate>Tue, 31 Jul 2007 15:34:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Framework 1.0.0RC2 Released]]></title>
      <guid>http://www.phpdeveloper.org/news/8016</guid>
      <link>http://www.phpdeveloper.org/news/8016</link>
      <description><![CDATA[<p>
The latest version of the Zend Framework <a href="http://devzone.zend.com/article/2146-Zend-Framework-1.0.0RC2-Released">has been released</a> today (as mentioned by the Zend Developer Zone) - ZF 1.0.0 Release Candidate 2:
</p>
<blockquote>
This is the home stretch toward 1.0! Everyone has worked very hard for many months, and we are very close to finishing what we set out to do with Zend Framework 1.0. This Release Candidate is intended to show the complete set of features Zend Framework 1.0 has. Following the final 1.0 release, Zend Framework will continue to grow and improve, but there will be a great emphasis on maintaining backward-compatibility. That has been the mission of Zend Framework from the beginning, to provide a professional web framework with quality and stability.
</blockquote>
<p>
Additions in <a href="http://framework.zend.com/">this new release</a> include updates to Zend_Gdata, the addition of the Zend_Service_StrikeIron web service client, seperate download packages (framework+docs versus just framework) and an update to the Zend_Db component. Check out <a href="http://framework.zend.com/changelog">the Changelog</a> for the complete list of updates and fixes.
</p>]]></description>
      <pubDate>Mon, 11 Jun 2007 08:32:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[David Coallier's Blog: Zend_Db Without PDO part #3 (SVN Repository)?]]></title>
      <guid>http://www.phpdeveloper.org/news/7131</guid>
      <link>http://www.phpdeveloper.org/news/7131</link>
      <description><![CDATA[<p>
<i>David Coallier</i> looks <a href="http://blog.agoraproduction.com/index.php?/archives/20-Zend_Db-Without-PDO-part-3-SVN-Repository.html">yet again</a> at his method for using the Zend_Db module of the Zend Framework without having to use PDO to connect to your database. Due to the large amount of interest in the development, he's created a subversion repository to give developers the latest version:
</p>
<blockquote>
Well that's right, over the past couples weeks I have received
emails, have seen comments and bug reports on my blog about the package
I started couple weeks ago that let anyone use the <a href="http://blog.agoraproduction.com/Well%20that's%20right,%20over%20the%20past%20couples%20days%20I%20have%20received%20emails,%20have%20seen%20comments%20and%20bug%20reports%20on%20my%20blog%20about%20the%20package%20I%20started%20couple%20weeks%20ago%20that%20let%20anyone%20use%20the%20Zend%20Framework%20without%20having%20to%20use%20the%20PDO%20extension.">Zend Framework
without having to use the PDO</a> extension. [...] I have decided to setup a new svn repository related to it.
</blockquote>
<p>
You can access the main repository for the latest downloads here: <a href="http://dev.agoraproduction.com/zend/svn">http://dev.agoraproduction.com/zend/svn</a>.
</p>]]></description>
      <pubDate>Fri, 19 Jan 2007 09:44:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Inside Open Source: Initial Thoughts on the Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/7078</guid>
      <link>http://www.phpdeveloper.org/news/7078</link>
      <description><![CDATA[<p>
In <a href="http://opensource.apress.com/article/213/initial-thoughts-on-the-zend-framework">this new entry</a> on the APress "Inside Open Source" blog, <i>Matt Wade</i> shares some of his thoughts on one of the more popular PHP frameworks - the Zend Framework.
</p>
<blockquote>
I've found that using the framework has significantly decreased my development time and really just given me cleaner, easier to maintain code. Of course, these are the goals of any framework. I do have a couple of issues I've come across and it is those I'd like to talk about.
</blockquote>
<p>
The <a href="http://opensource.apress.com/article/213/initial-thoughts-on-the-zend-framework">two issues he mentions</a> were problems with the Zend_Db component (not everyone has just one primary key in their table) and caching problems with Zend_Cache (no unique lifetimes included).
</p>]]></description>
      <pubDate>Thu, 11 Jan 2007 08:35:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Framework Hidden Gems: Zend_Db]]></title>
      <guid>http://www.phpdeveloper.org/news/6913</guid>
      <link>http://www.phpdeveloper.org/news/6913</link>
      <description><![CDATA[<p>
<i>Aaron Wormus</i> and the Zend Developer Zone have posted the <a href="http://devzone.zend.com/node/view/id/1367">latest edition</a> of their "Hidden Gems" series looking at the lesser-known features of the <a href="http://framework.zend.com">Zend Framework</a>. This time, it's a look at <a href="http://devzone.zend.com/node/view/id/1367">Zend_Db (database abstraction)</a>.
</p>
<blockquote>
<p>
Zend_Db is a layer which sits above the native PDO database extension. Before PDO (pre-PHP5.1) all we had to connect to databases were libraries that were developed in individual cycles and development teams, with little regard to what other database extensions were doing.
</p>
<p>
Taking this speed benefit of using PDO to do a majority of the work, PDO wrapper libraries like Zend_Db can supplement PDO with their own wrapper code leaving you with a fairly lightweight yet feature-rich database abstraction layer.
</p>
</blockquote>
<p>
<i>Aaron</i> <a href="http://devzone.zend.com/node/view/id/1367">looks at</a> connecting to a database (using both the PDO and DSN connections) and some example code showing how to work with the database using them - including queries and using transactions.
</p>]]></description>
      <pubDate>Mon, 18 Dec 2006 10:04:00 -0600</pubDate>
    </item>
  </channel>
</rss>
