<?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>Fri, 04 Jul 2008 21:16:06 -0500</pubDate>
    <ttl>30</ttl>
    <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>
    <item>
      <title><![CDATA[Manfred Weber's Blog: Sharing complex objects between PHP and Flash - Part II]]></title>
      <guid>http://www.phpdeveloper.org/news/7343</guid>
      <link>http://www.phpdeveloper.org/news/7343</link>
      <description><![CDATA[<p>
<i>Manfred Weber</i> has posted <a href="http://manfred.dschini.org/2007/02/23/sharing-complex-objects-between-php-and-flash-part-ii/">part two</a> today of his look at sharing more complex objects between PHP and Flash. This time, he focuses on implementing the classes he'd created <a href="http://manfred.dschini.org/2006/12/29/consuming-php-soap-webservices-with-flash-part-i/">before</a>.
</p>
<blockquote>
This is part 2 of my SOAP series. In the <a href="http://manfred.dschini.org/2006/12/29/consuming-php-soap-webservices-with-flash-part-i/">1. part</a> I started with a basic example of creating a simple PHP Soap Server with the <a href="http://pear.php.net/package/Services_Webservice">PEAR package Services_Webservice</a>. In this part I will share complex objects between PHP and Flash.
</blockquote>
<p>
Using the Bookstore application he created before, he shows how to call the web service from Flash to grab the information and import the data where a sendAndLoad function call in ActionScript can do the rest.
</p>]]></description>
      <pubDate>Mon, 26 Feb 2007 10:34:00 -0600</pubDate>
    </item>
  </channel>
</rss>
