<?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, 08 Jul 2008 23:48:18 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Padraic Brady's Blog: Zend Framework Blog App Tutorial - Addendum #2: Revised Design, Date Helper]]></title>
      <guid>http://www.phpdeveloper.org/news/10317</guid>
      <link>http://www.phpdeveloper.org/news/10317</link>
      <description><![CDATA[<p>
<i>Padraic Brady</i> has posted the <a href="http://blog.astrumfutura.com/archives/374-Zend-Framework-Blog-Application-Tutorial-Addendum-2-Revised-Blog-Design,-Date-Format-View-Helper.html">second addendum</a> to his series on creating a blogging application with the Zend Framework. It covers a revised blog design and the creation of a date format view helper.
</p>
<blockquote>
In the second of my Addendum posts which revise previous entries either for missing functionality, progressive changes and enhancements, or reader comments, I revise the design and styling of the blog application. There's not a lot to discuss in this entry since the majority of changes are to the HTML and CSS of the blog.
</blockquote>
<p>
He <a href="http://blog.astrumfutura.com/archives/374-Zend-Framework-Blog-Application-Tutorial-Addendum-2-Revised-Blog-Design,-Date-Format-View-Helper.html">includes</a> the phtml template files for the updates to the blog's layout along with the code for the new view helper (and tips on making them global and optimizing them).
</p>]]></description>
      <pubDate>Mon, 02 Jun 2008 10:21:41 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Padraic Brady's Blog: Complex Web Pages with the Zend Framework?]]></title>
      <guid>http://www.phpdeveloper.org/news/9907</guid>
      <link>http://www.phpdeveloper.org/news/9907</link>
      <description><![CDATA[<p>
On his blog, <i>Padraic Brady</i> <a href="http://blog.astrumfutura.com/archives/281-Complex-Web-Pages-with-the-Zend-Framework.html">talks about</a> the creation of custom web pages (in the Zend Framework) with the help of the Zend_View enhancements that have been introduced lately.
</p>
<blockquote>
With the inclusion of Zend_View Enhanced as first documented, discussed and publicized in this blog series, in the Zend Framework as of 1.5.0 I'd like to thank everyone involved in the process. [...] The main problem of a complex View, is that the current Controller is only aware of a subset of its own required Model (data) and the current View. So how do do you get the View to include extra sections - for example, details from Technorati for your blog - which are common to ALL pages?
</blockquote>
<p>
Normally, a call to _forward() would have been the norm, but this was more often overly complex for what the developer wanted to do. The new Composite View and View Helpers seem to be the remedy. They make it simpler to grab that information and pull it in without the need to make a whole other framework request to do so.
</p>]]></description>
      <pubDate>Thu, 03 Apr 2008 12:04:13 -0500</pubDate>
    </item>
  </channel>
</rss>
