<?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 10:44:46 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NetTuts.com: Build an Admin Panel with the Fuel PHP Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/17249</guid>
      <link>http://www.phpdeveloper.org/news/17249</link>
      <description><![CDATA[<p>
<i>Phil Sturgeon</i> (an expert in all things related to the <a href="http://fuelphp.com">Fuel PHP</a> framework) has <a href="http://net.tutsplus.com/tutorials/php/build-an-admin-panel-with-the-fuel-php-framework/">written up a tutorial for NetTuts.com</a> about creating a basic admin panel for your application based on the framework. This is the second part of a series looking at Fuel, building on the topics from the <a href="http://net.tutsplus.com/tutorials/php/getting-started-with-the-fuel-php-framework/">first</a>.
</p>
<blockquote>
In the <a href="http://net.tutsplus.com/tutorials/php/getting-started-with-the-fuel-php-framework/">first</a> part of this series, we took a look at the basics of the FuelPHP framework. In this second-part, we'll be stepping it up a gear and move onto some more advanced topics! We'll be creating an admin panel for our application, cover the common uses of the ORM and use the Authentication package to restrict access.
</blockquote>
<p>
He walks you through setting up Oil (the command-line tool that comes bundled with Fuel) and using it to create a new application. There's a few steps of configuration to connect to a database and setting up a few access groups (like "Banned", "Guests" and "Administrators"). Oil is used again to create users in the database and to auto-generate a lot of the controller/view code you'll need for the admin tool. He then gets into the more technical parts - updating the current code to be able to do things like using the ORM to fetch database results and being able to add comments to posts.
</p>]]></description>
      <pubDate>Tue, 13 Dec 2011 10:09:47 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[FuelPHP: Oil Migrations, Tasks and Console (Screencast)]]></title>
      <guid>http://www.phpdeveloper.org/news/16046</guid>
      <link>http://www.phpdeveloper.org/news/16046</link>
      <description><![CDATA[<p>
<i>Phil Sturgeon</i> has <a href="http://blip.tv/file/4885416">put together a screencast</a> showing off a few of the features of the <a href="http://fuelphp.com">Fuel PHP framework</a> like migrations, tasks and the console the Oil tool provides.
</p>
<blockquote>
In this video I'm going to be demonstrating migrations which I touched on in the last video but I felt I should go into them in more depth. Migrations [...] are essentially a way to stage changes for your database in a way that means the changes can be independent from the schema as a whole.
</blockquote>
<p>
He walks you through the creation of a migration with the help of the Oil command line tool. The generated classes include "up" and "down" methods for the creation and rollback of your changes. He shows the process to create a simple task and how to use the built-in console to interactively work with the framework. You can find out more about Fuel <a href="http://fuelphp.com/docs/">on the Fuel documentation section</a> of the project's site.
</p>]]></description>
      <pubDate>Tue, 15 Mar 2011 11:31:39 -0500</pubDate>
    </item>
  </channel>
</rss>
