Saturday, January 26, 2008

I just had Ryan post a comment on an old Code Igniter post and I thought it was worthy of a mention in its own right.

Ryan has created something called Ignition which is a CRUD creator for Codeigniter. " What you don't like is writing the same mundane things over and over again for each object in your project. For instance, you have to write all the create, update, delete code in your model...for every model..., then all the create, view, list, update, views for those models, and finally a controller to wire them all together".

Ryan has made sure Ignition makes no assumptions, it only handles the really mundane parts of the code and leaves the developers to decide for themselves how to implement authentication, or include AJAX functionality. So if you are fed up with always creating the same bits of code and what to add the "rapid" back into RAD, check it out at ignition.lifewithryan.com.

Jon 2:56 PM Permalink

Comments:

Hey man, thanks for the nod...its worthy to note that I just relaunched my blog and its now been entirely written with Code Igniter using Ignition to jumpstart it all. In literally hours...it was all setup and ready to go.

Post a Comment