<?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>Wed, 22 May 2013 08:24:57 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Framework Roadmap Update]]></title>
      <guid>http://www.phpdeveloper.org/news/6306</guid>
      <link>http://www.phpdeveloper.org/news/6306</link>
      <description><![CDATA[<p>
The Zend Developer Zone has <a href="http://devzone.zend.com/node/view/id/933">republished the latest roadmap</a> for the Zend Framework as posted by <i>Andi Gutmans</i> of Zend.
</p>
<blockquote>
<p>
Although not always visible due to the infrequent release of new framework packages, there has been a lot of progress in the past few months. More than 100 community members(!) have joined the effort by singing the CLA, and are contributing via proposals, comments, patches, code contributions or documentation improvements.
</p>
<p>
Now the Summer is over and everyone is back at work, we feel it's the right time to finish planning the 1.0 release. We believe that in order to make a successfull release and get closure on the various aspects, it makes most sense to break up the framework into a limited number of subject areas and form project teams around these areas instead of components. 
</p>
<p>
The following is a list of such areas and the components we believe we should focus on for 1.0. As you can see, a large amount of the work has already been done, but we now have to focus on getting closure on them and tying up loose ends.
</p>
</blockquote>
<p>
Some of the <a href="http://devzone.zend.com/node/view/id/933">components they've listed</a> fall under the categories of:
<ul>
<li>Web & Web Services
<li>MVC & related
<li>Authentication & authorization
<li>Databases
<li>Documentation & translation
</ul>
</p>
<p>
There is also a high-level look at what version 0.2 of the framework will contain and a return to the "post often" methodology they had before.
</p>]]></description>
      <pubDate>Tue, 19 Sep 2006 09:36:45 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Vidyut Luther's Blog: PHP Namespaces - Working with external teams and possibly frameworks]]></title>
      <guid>http://www.phpdeveloper.org/news/4914</guid>
      <link>http://www.phpdeveloper.org/news/4914</link>
      <description><![CDATA[<i>Vidyut Luther</i> has posted <a href="http://www.phpcult.com/archives/45-PHP-Namespaces-Working-with-external-teams-and-possibly-frameworks..html">a new item</a> on his blog today that presents a situation he's been given concerning namespaces.
<p>
<quote>
<i>
I've run into an issue, or rather a friend of mine has. He asked me for advice, I gave it to him, but I'm curious how others would do this. The problem is this:
<p>
Team A, has been working on some code for a few months, Team A has a class called "SomeClass". Team B, is an "outsourced" team, who is writing a SOAP interface to Team A's code. Somehow, due to whatever reasons, Team A and Team B developers didn't talk.
<p>
Team B also created a class and called it "SomeClass". These classes are in files called  "Aclass.class.php"  and  "Bclass.class.php" . There are some files, that include both files.. obviously, you end up with a "cannot redeclare class" fatal error. 
</i>
</quote>
<p>
<i>Vidyut</i>'s <a href="http://www.phpcult.com/archives/45-PHP-Namespaces-Working-with-external-teams-and-possibly-frameworks..html">suggestion</a> was to just to change the class names. Unfortunately, this might not work if there is no communication between the two parties - they cannot come to a compromise on the naming.
<p>
He question to the community is "How do you handle an issue of single namespace, or rather no namespace ?"]]></description>
      <pubDate>Wed, 01 Mar 2006 07:04:27 -0600</pubDate>
    </item>
  </channel>
</rss>
