<?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>Thu, 15 May 2008 22:12:51 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Padraic Brady's Blog: An Example Zend Framework Blog - Part 5: Models w/Zend_Db & an Admin Module]]></title>
      <guid>http://www.phpdeveloper.org/news/10087</guid>
      <link>http://www.phpdeveloper.org/news/10087</link>
      <description><![CDATA[<p>
<i>Padraic Brady</i> is on <a href="http://blog.astrumfutura.com/archives/358-An-Example-Zend-Framework-Blog-Application-Part-5-Creating-Models-with-Zend_Db-and-adding-an-Administration-Module.html">part five</a> of his series looking at making a blogging tool with the Zend Framework today. This time he focuses on the database side of things, working with models and making an admin module.
</p>
<blockquote>
First of all I decided to add an Entries Model and Authors Model to the mix, primarily to get ready for when we can add new entries to our blog. This leads to where we can create new Entries; we add an Administration Module to the application with it's own distinct Layout.
</blockquote>
<p>
He starts by making the database schema, an entries and authors table, before starting in on the models. They're made based off of the Zend_Db component's structure and they let the application interact with the data in the tables easily. His code for the modules is included as well as the controller and view for the admin module.
</p>]]></description>
      <pubDate>Thu, 01 May 2008 10:25:06 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Matthew Turland's Blog:  PHP, MySQL, and Oracle: An Odd Triangle]]></title>
      <guid>http://www.phpdeveloper.org/news/9951</guid>
      <link>http://www.phpdeveloper.org/news/9951</link>
      <description><![CDATA[<p>
A little while back <i>Matthew Turland</i> posted <a href="http://ishouldbecoding.com/2008/03/09/php-mysql-and-oracle-an-odd-triangle">an interesting item</a> to has blog talking about what he calls the "odd triangle" of PHP, MySQL and Oracle.
</p>
<blockquote>
In [an article from <i>Maggie Nelson</i> in <a href="http://www.objectivelyoriented.com/2008/02/the_february_2008_issue_of_1.html">a blog entry</a>], she remarks on the article being MySQL-oriented and how limited MySQL explain plan support is compared to Oracle. I've had some thoughts in my head for a while that are related to these points, so I finally decided to, knock on wood, put pen to paper.
</blockquote>
<p>
<i>Matthew</i> talks about things he agrees with (Oracle over MySQL when it comes to hierarchal data and set operators) and some of the things that can make Oracle, with all its power, fall by the wayside. This includes its licensing, the administration costs and some of the recent developments between Sun and MySQL.
</p>]]></description>
      <pubDate>Thu, 10 Apr 2008 13:04:30 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ProDevTips.com: Writing a CMS/Community with Smarty and the Zend Framework: Part 9]]></title>
      <guid>http://www.phpdeveloper.org/news/9467</guid>
      <link>http://www.phpdeveloper.org/news/9467</link>
      <description><![CDATA[<p>
ProDevTips.com has posted <a href="http://www.prodevtips.com/2008/01/22/writing-a-cmscommunity-with-smarty-and-the-zend-framework-part-9/">part nine</a> of their long-running series about using the Zend Framework (and Smarty) to create a CMS/Community website.
</p>
<blockquote>
This piece covers creating a proper folder structure so that we can have a skin system. I've also created a folder for the admin section which is fully contained with it's own controllers folder and so on. Another unrelated change that has happened since the last part is sub menu logic which we will also take a look at.
</blockquote>
<p>
They make updates to the bootstrap file to introduce another controller directory and, inside of that, create the Administrator controller and integrate it with a Smarty template to show different menu items if an admin user is logged in.
</p>]]></description>
      <pubDate>Tue, 22 Jan 2008 10:24:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[David Coallier's Blog: PEAR is using jQuery et new features]]></title>
      <guid>http://www.phpdeveloper.org/news/7519</guid>
      <link>http://www.phpdeveloper.org/news/7519</link>
      <description><![CDATA[<p>
<i>David Coallier</i> <a href="http://blog.agoraproduction.com/index.php?/archives/31-PEAR-is-using-jQuery-et-new-features.html">points out a new feature</a> of the main PEAR website (<a href="http://pear.php.net">http://pear.php.net</a>) - integration of the <a href="http://jquery.com/">jQuery</a> framework to help with the administration of a recent addition to the site, <a href="http://www.phpdeveloper.org/news/7489">user comments</a>.
</p>
<blockquote>
<a href="http://pear.php.net/">http://pear.php.net</a> is now using <a href="http://jquery.com/">jQuery</a> for some sections of the administration area in order to view user notes/comments and that I will be starting implementing more sections over the site within the next few weeks (Of course this will all be done once we have split the code completely into templates, views, controllers, MDB2 move, etc)
</blockquote>
<p>
He also <a href="http://blog.agoraproduction.com/index.php?/archives/31-PEAR-is-using-jQuery-et-new-features.html">makes some comments</a> about the number of Javascript frameworks out there and a mention of <a href="http://pear.php.net/bugs/roadmap.php?package=pearweb">the roadmap</a> for the rest of the features they plan to add to the PEAR site.
</p>]]></description>
      <pubDate>Wed, 28 Mar 2007 11:02:00 -0500</pubDate>
    </item>
  </channel>
</rss>
