<?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, 19 Jul 2008 23:28:39 -0500</pubDate>
    <ttl>30</ttl>
    <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[php|architect: January 2008 Issue Released]]></title>
      <guid>http://www.phpdeveloper.org/news/9481</guid>
      <link>http://www.phpdeveloper.org/news/9481</link>
      <description><![CDATA[<p>
This month's edition of <a href="http://www.phparch.com">php|architect magazine</a> has been released - the <a href="http://phparch.com/c/magazine/issue/65">January 2008</a> edition. Articles included in this month's issue include:
</p>
<ul>
<li>PHAR: PHP Archive Files from <i>Gregory Beaver</i>
<li>Webmail 2.0: Introducing RoundCube by <i>Tim Klampackel</i>
<li>Killing the For Loop from <i>Paul Chandler</i>
<li>The Doctrine Framework by <i>Nicolas Berard-Nault</i>
<li>and the usual columns - /Etc and Test Pattern
</ul>
<p>
If you're already subscribed, you should be getting your issue any time now but, if you're not, there's two ways you can get your hands on a copy - either <a href="http://phparch.com/c/magazine/buynow/65">"quick buy"</a> it from the php|architect website or <a href="http://phparch.com/c/magazine/subscribe">subscribe</a> and get this and other great future issues jam packed full of great PHP content.
</p>]]></description>
      <pubDate>Wed, 23 Jan 2008 16:34:00 -0600</pubDate>
    </item>
  </channel>
</rss>
