Tag Archives: codeigniter

Thoughts on CICON2011

CICON2011 was last weekend in NYC, and I had a lot of fun. In March, I told Phil Sturgeon I’d love to help out if he needed it, and I ended up getting to be part of the three man crew (me, Phil, and Kenny Katzgrau) who put together the event.

It was the first of it’s kind in the US, and I believe a hugely significant point for the CodeIgniter community as a whole, so I thought I’d get down my thoughts on the whole affair. Here we go!
Continue reading

Posted in Code | Tagged | 3 Comments

Introducing Fizl: Sites in Your Filesystem

I don’t like having to set up a huge CMS for a really small site that only I am going to update and edit, so when I saw Rick Ellis’ FileDriver demo, I thought a filesystem-based CMS was a great idea. It wasn’t available to use though, so I tried my hand at creating my own.

Continue reading

Posted in Code | Tagged , | Leave a comment

CICON 2011

A short time ago I somehow found myself helping out with the organizing of CICON 2011 in New York City this August (CodeIgniter Con, for those not in the know).

Aside from some little things here and there for the website and getting to talk to the awesome people at Ellislab, I volunteered to make a video to promote CICON with interviews from other CI developers and CI community members. Check it out below:

Continue reading

Posted in Code | Tagged , | 3 Comments

FuelPHP for CodeIgniter Developers

I started using CodeIgniter in January 2008, and it was a huge milestone in my development education. It showed me new ways to build, and I’d never be making the things I am today if it wasn’t for CI. I still love it and I still use it – it is getting better every day via Reactor, and it has a bright future.

That being said, PHP has changed a lot since CodeIgniter’s core was developed. A few months ago, some stuff happened and Dan Horrigan decided to create FuelPHP – a framework loosely in the tradition of CodeIgniter, but built to take advantage of the bells and whistles of PHP 5.3+.

I decided to really delve into FuelPHP over the weekend and found a lot of things that I really love and a lot of things that were really different in both syntax and method to what was done with CodeIgniter. So, coming from a tried and true CI guy, here are some observations of what to look out for when using FuelPHP.

Note: This isn’t meant to win people over to FuelPHP or espouse the virtues of switching, but it is meant as an overview of some major changes in thinking/structure for CI developers looking to use FuelPHP.
Continue reading

Posted in Code | Tagged , , | 18 Comments

CodeIgniter Head Library

I’ve always wanted to be one of those guys who seems to have enough time on his hands to write code and release it to the world for other people to use. I’ve also wanted to give something back to the CodeIgniter community for all the great open source code and help I’ve used for almost two years now. Now I can live both dreams! Both sad, sad dreams.

I’m not going to be releasing anything on an Elliot Haughin level yet, but I know that my never ending quest to make stupid repetitive things easier will allow me to create some cool little libraries. Continue reading

Posted in Code | Tagged , , | 2 Comments