Introducing FUEL - A CodeIgniter CMS

FUEL CMSOver the last couple of years, we’ve been gradually developing our own platform that we use for developing our client’s websites and it’s based on the popular CodeIgniter PHP framework. This post will give you a brief history, some insight into our reasoning behind creating this CodeIgniter CMS, explain what it is and provide a few highlights of the platform.

Brief History

I joined Shawn at Daylight the summer of 2007. Shortly thereafter it became apparent that in order to make our lives easier, we needed to decide upon a content management system (CMS) for our clients to manage their websites. Luckily, as a PHP developer, there is no shortage of great content management systems to choose from. However, after reviewing many of them, we concluded that our clients would probably need some considerable training to manage their sites. How could we expect our clients to understand the differences between components, extensions, modules, mambots, weblogs, and plugins if we didn’t?

Another problem was that we don’t like to build sites with form fields and WYSIWYG editors but our clients do. We needed a solution that would fit both our needs as developers to easily create customized websites for our clients, and make it dead simple for our clients to manage their site.

Hello CodeIgniter

Around the same time this was going on, we had recently discovered a relatively new PHP framework on the scene called CodeIgniter. It was fast, had great documentation, and was PHP 4 compatible (which was important at the time). It was also easy and fun to use.

So the question became, how can we keep the power and flexibility of the framework that we enjoy so much and allow clients to manage their websites as simply as possible? Well, FUEL CMS was our answer to that.

Not your Normal CMS…(geek warning)

At it’s core, FUEL is a modular based, CodeIgniter development platform for creating web applications. You can create your models, views and controllers like normal and only use the CMS part when and if you need it. It’s a hybrid of a framework and a CMS.

Without going to far into each one, I’d like to touch upon what I feel are FUEL’s real strengths—it’s library additions, opt-in controller development, modules and inline editing.

Library Additions

We’ve added to the CodeIgniter framework to accommodate how we like to develop which includes such things as extending the core CodeIgniter CI_Model class to give it a plethora of extra functionality including:

  • automatic form generating capabilities
  • automatic and custom field validation
  • customizable record objects (e.g. a custom field $feature->content_formatted would automatically apply your custom formatting)
  • automatic magic method creation (e.g. find_one_by_type_and_active(‘orange’, ‘yes’))

We’ve also added powerful asset, menu, form and table libraries as well as our own lightweight MVC javascript framework built on top of jquery.

Opt-In Controller Development

Yes we did make up that term. It’s what we use to describe the added ability to display view files without the need of a controller. Most of the time, view files only need a few simple variables and don’t seem worthy of their own controller. FUEL maps variables to view files and layouts using a similar method as CodeIgniter routes. As a result, you can create deeper uri paths (e.g. /about/products/fuel) without the need of controller specific _remap methods or routes.

Modules

FUEL CMS is also built for expansion through the use of modules. Out of the box, it includes a blog module, an HTML and link validation module, SEO page analysis module and few others we are actively working on.

Inline Editing

When editing your site, FUEL allows you to see your changes immediately in context with its inline editing functionality. Any module you create can take advantage of inline editing with a simple helper function call.

Now What?

Over the next several months, we will be writing more about FUEL CMS and it’s features. We are looking into opening it up for other developers to play with and contribute to so if you are interested, please visit getfuelcms.com and sign up to receive notifications about the project.

BTW… I will be at the Expression Engine CodeIgniter Conference this next week so if you are there, please stop and say hello.

10 COMMENTS

So where is the download link?

Jim, 04:24PM / Jun 28, 2010

Thanks for your interest! The project is currently in closed beta and we are actively working on documentation. We hope to open up the beta in a couple months. If you are interested in being a part of the closed beta, go to getfuelcms.com and signup for the newsletter.

David McReynolds, 04:38PM / Jun 28, 2010

This sounds really nice. Any writings about licensing and multilinguism ?

Patos, 06:32AM / Jul 27, 2010

We haven’t made a final decision on licensing. We are currently looking into the various open source licenses. With regards to languages, it will initially only support english. However, the intention is for it to support multiple languages and we have already started much of that process by using lang files for most of the text within FUEL.

David McReynolds, 08:39AM / Jul 27, 2010

That sounds very close to what I had just started putting together for my own development work, with some very nice new twists. I signed up to the newsletter and am eagerly awaiting an opportunity to start using it.

Looks like very nice work!

Lonnie, 10:28PM / Aug 04, 2010

Sounds great from what i’ve read, have signed up.
Can’t wait to use it.

James, 04:33PM / Sep 07, 2010

When do you think it will be available?

James, 02:51AM / Sep 08, 2010

Same answer unfortunately. We are still working on it (in between client work). Last week saw some small improvements (fullscreen editing is one) and a number of bug fixes. I realize this means nothing until we give you guys something to see but do know it is actively being worked on.

David McReynolds, 09:52AM / Sep 08, 2010

Any updates? Most CMSs are ironically not very good at managing content - really looking forward to seeing this when it’s ready.

Ben, 05:55PM / Sep 29, 2010

We don’t have any firm dates. However, I will say a new getfuelcms.com website design is on the Daylight whiteboard. It is scheduled to be done in the next couple months, but is of course dependent on other client work which usually takes precedence. Sorry we can’t be more specific, but do know that most of that client work is using a version of the CMS :-)

David McReynolds, 09:45PM / Sep 29, 2010

Comments have been closed.

ABOUTAUTHOR

David McReynolds leads Daylight’s interface design and application development services. He’s been working in Web application design and Web development for more than 10 years. David’s specialty is creating elegant Web interfaces for e-commerce, content management, learning management and online selection/catalog systems.