DerekAllard.com

CodeIgniter 1.6 hits the streets

A month and a half of really, really solid work has started to pay dividents!  I’m very proud to announce the release of CodeIgniter 1.6, the kick ass open source web application framework for PHP developers working in the real world.  The release marks a new turn in the development of the framework, and has received considerable attention from both EllisLab developers, and the community.

Among a host of new capabilities, this release features:

What’s even more exciting?  Development on CodeIgniter is moving forward in earnest.  There are great things on the horizon, and as soon as some of the 1.6 dust settles, we’ll be ready to kick up more dust in the form of another version, with a raft of new features.  I expect the release cycle to get much tighter now.

Some of the changes are so simple and elegant, I’m kicking myself that I didn’t think of it earlier.  The new view functionality for example is so simple yet functional.  Rick did a great job with that.  Extending the helpers?  I love this change.  That particular innovation was courtesy of Derek Jones.  Again, very simple, very elegant change.  Brilliant.

I hope this release is as exciting for you as it is for us - and hey, just because its out doesn’t mean you get to sit back now!  Keep hitting the SVN for more changes, features and enhancements.

This entry was made on and filed into CodeIgniter.

Comments

Ian Clifton wrote on

Glad to hear it’s ready!  Perhaps you should add a link to the changelog.

Jakob Buis wrote on

Yeah! Now I can finally use all the fancy new stuff in my commercial projects.

Great job!

Alex Williams wrote on

Haha. I *JUST* started building a new app in CodeIgniter 1.5.4 today!!!!

Good thing upgrading takes less than 30 seconds lol.

Great job guys!

Jon wrote on

There seems to be a couple of typos in the user guide for DBForge:

$this->dbforge->create_database(‘db_name’)

But the example calls dbutil?

if ($this->dbutil->create_database(‘my_db’))
{
  echo ‘Database created!’;
}

Jon wrote on

Oh and by the way, that was quick! I only asked about the release date a couple of days ago! Excellent work :)

Derek wrote on

Opps.  Thanks John.  I’ve fixed it up in the repository, and after any other doc bugs shake out, I’ll see that the guide gets updated.

james wrote on

This is amazing… can’t wait to get back to developing. The enhancements are very very helpfull! Thank you very much Ellislab team! :D

Steve wrote on

Sweet!  Can’t wait to start using the DBForge class in my projects.  Great job Derek!