<?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>Mon, 20 May 2013 08:46:30 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend_Tool for the Developer - Part 2]]></title>
      <guid>http://www.phpdeveloper.org/news/11808</guid>
      <link>http://www.phpdeveloper.org/news/11808</link>
      <description><![CDATA[<p>
The Zend Developer Zone has posted <a href="http://devzone.zend.com/article/4184-Zend_Tool-for-the-Developer---Part-2">part two</a> of their look at the Zend_Tool component in the Zend Framework. In the <a href="http://www.phpdeveloper.org/news/11746">previous article</a> the introduced some more advanced usage of the component and in this new part they go a step further with Zend_Tool_Project.
</p>
<blockquote>
 This same concept applies to Zend Framework projects. In ZF projects, you have controllers, actions, views, models, databases and so on and so forth. In terms of Zend_Tool, we need a way to track these types of resources - thus Zend_Tool_Project. Zend_Tool_Project is capable of tracking project resources throughout the development of a project. [...] Zend_Tool_Project is capable of serializing the current project into a internal representation that allows it to keep track of not only *what* resources are part of a project at any given time, but also *where* they are in relation to one another. 
</blockquote>
<p>
<i>Ralph</i> <a href="http://devzone.zend.com/article/4184-Zend_Tool-for-the-Developer---Part-2">shows it in action</a> in the creation of a "create model" command for his command line tool. After running the command to create a new project, he creates a class to determine the model's context and a class to create a simple model with a get and set data functions.
</p>]]></description>
      <pubDate>Fri, 23 Jan 2009 15:48:27 -0600</pubDate>
    </item>
  </channel>
</rss>
