<?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, 19 Jun 2013 08:50:48 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NetTuts.com: Building Ribbit in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/18992</guid>
      <link>http://www.phpdeveloper.org/news/18992</link>
      <description><![CDATA[<p>
In the <a href="http://net.tutsplus.com/tutorials/html-css-techniques/build-a-twitter-clone-from-scratch-the-design/">first part</a> of a new series on NetTuts.com, they started on the creation of a full web application (a Twitter clone). The first article covered the CSS and using LESS to create an interface. In <a href="http://net.tutsplus.com/tutorials/php/building-ribbit-in-php/">this second post</a> they get into the PHP backend, opting to create it without a framework on the first shot.
</p>
<blockquote>
In the <a href="http://net.tutsplus.com/tutorials/html-css-techniques/build-a-twitter-clone-from-scratch-the-design/">initial entry</a> in this series, we took care of the UI-aspect of our Twitter-clone, called Ribbit. Now, we'll begin coding the application in a number of languages. This lesson will leverage standard PHP (with homegrown MVC), but, in future articles, we'll review other implementations, such as with Rails or Laravel.
</blockquote>
<p>
They provide all the code you'll need, the database table structure to power it (MySQL) and the examples of a model, router and basic MVC stack to handle the requests. They help you make a user creation and login system as well as a few other pages ("buddies", "make a post" and a few others). You can also <a href="https://github.com/NETTUTS/Ribbit-PHP">download the source</a> from their Github account if you want it all in one shot.
</p>]]></description>
      <pubDate>Fri, 04 Jan 2013 10:22:48 -0600</pubDate>
    </item>
  </channel>
</rss>
