<?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>Sat, 25 May 2013 16:29:14 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Building a Web Page Controller for Simulating the Model-View-Controller Schema in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/6030</guid>
      <link>http://www.phpdeveloper.org/news/6030</link>
      <description><![CDATA[<p>
DevShed continues their look at the Model-View-Controller schema in PHP with <a href="http://www.devshed.com/c/a/PHP/Building-a-Web-Page-Controller-for-Simulating-the-Model-View-Controller-Schema-in-PHP/">this new part</a> in the series, part two detailing the creation of the first part of the setup - the controller.
</p>
<blockquote>
The next step on this journey consists of implementing the MVC schema in the context of a real-world application. We're going to build a web page controller system, which will be capable of creating different style sheets on the fly. In this way it will generate several views from the same model, that is the web document in question.
</blockquote>
<p>
They <a href="http://www.devshed.com/c/a/PHP/Building-a-Web-Page-Controller-for-Simulating-the-Model-View-Controller-Schema-in-PHP/">walk through their example</a>, creating their PageController to handle generating pages of different styles, a page generator class to use the controller, making a style sheet generator class, and putting them all together to create a working MVC schema.
</p>
]]></description>
      <pubDate>Mon, 14 Aug 2006 13:30:47 -0500</pubDate>
    </item>
  </channel>
</rss>
