<?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>Sun, 26 May 2013 01:15:38 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPBuilder.com: Building Web Apps with the Limonade PHP Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/16300</guid>
      <link>http://www.phpdeveloper.org/news/16300</link>
      <description><![CDATA[<p>
On PHPBuilder.com today <i>Jason</i> continues his look at some of the lighter weight PHP frameworks out there with his <a href="http://www.phpbuilder.com/columns/limonade-php-framework/Jason_Gilmore05032011.php3">introduction to Limonade</a>, a micro-framework for rapid web development and prototyping inspired by frameworks like <a href="http://www.sinatrarb.com/">Sinatra</a> and <a href="http://github.com/why/camping/tree/master">Camping</a>.
</p>
<blockquote>
In this article I'll introduce you to Limonade, highlighting its key features by building a simple exercise diary (incidentally, this Limonade introduction is the latest installment of my ongoing review of lightweight PHP frameworks see <a href="http://www.phpbuilder.com/columns/php-fat-free-framework/Jason_Gilmore04052011.php3">Fat-Free</a>, <a href="http://www.phpbuilder.com/columns/doophp/Jason_Gilmore03292011.php3">DooPHP</a>, and <a href="http://www.developer.com/lang/php/article.php/3878476/Top-10-Lightweight-Frameworks-for-PHP-Development.htm">my top ten list of lightweight frameworks</a>).
</blockquote>
<p>
He goes through the installation process (grabbing the latest version <a href="https://github.com/sofadesign/limonade/downloads">from Github</a>) and shows how to create a first route and view for a "welcome" message. He also shows how to use a layout and pull in information from a text file to display in the view.
</p>]]></description>
      <pubDate>Thu, 05 May 2011 11:02:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Linux Magazine: Micro-Frameworks: Big Things in Small Packages]]></title>
      <guid>http://www.phpdeveloper.org/news/12489</guid>
      <link>http://www.phpdeveloper.org/news/12489</link>
      <description><![CDATA[<p>
<i>Martin Streicher</i> has written up <a href="http://www.linux-mag.com/id/7324">a new article</a> for the Linux Magazine website looking at microframeworks - one in Ruby and the other in PHP (<a href="http://sofa-design.net/limonade/">Limonade</a>).
</p>
<blockquote>
Indeed, the quality of Rails, CakePHP, Django, and Catalyst notwithstanding, some developers have rebuffed the large frameworks, citing bulk and complexity, to create smaller and simpler alternatives. Dubbed micro-frameworks-think microcomputer versus mainframe-the tools shape incoming requests into something manageable and leave the rest up to you. Choose your design pattern, object-relational mapper (ORM), and rendering technology, and off you go. As you'll see, a working Web application can be composed in less than ten lines of code in a single source file.
</blockquote>
<p>
He covers the Ruby framework first (<a href="http://www.sinatrarb.com/">Sinatra</a>) and <a href="http://sofa-design.net/limonade/">Limonade</a> next. The framework takes incoming requests and maps them into the developed code. It works like a basic MVC-formatted framework - the request comes in with an action and is sent to a method by the same name. You can use wildcards in the URI, regular expression matching, views, templates and it includes error handling support and configuration option support.
</p>]]></description>
      <pubDate>Mon, 11 May 2009 10:26:12 -0500</pubDate>
    </item>
  </channel>
</rss>
