News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
Build an Admin Panel with the Fuel PHP Framework
December 13, 2011 @ 10:09:47

Phil Sturgeon (an expert in all things related to the Fuel PHP framework) has written up a tutorial for NetTuts.com 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 first.

In the first 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.

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.

0 comments voice your opinion now!
admin panel fuelphp framework oil generate


blog comments powered by Disqus

Similar Posts

The Bakery: Clear the PHP4 warnings when working in eclipsePHP

Felix Geisendorfer's Blog: How to organize your CakePHP App's Javascript?

SitePoint PHP Blog: Zend_Filter Reviewed, Blacklist / Whitelist Filters

Developer.com: Forms Validation with CakePHP

NetTuts.com: Getting Started with the Fuel PHP Framework


Community Events











Don't see your event here?
Let us know!


introduction testing api code example opinion podcast interview tool language series framework development composer release unittest community functional zendframework2 conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework