Main Page
From Ignition Wiki
Ignition -- Code Igniter Code Generation Script
Welcome to Ignition. If you're at all like me, you love developing PHP applications, and you enjoy it even more when you use a nice framework like Code Igniter. 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. If there were only some way to just hit the ground running and start coding the guts. Now there is!
However, you don't want the generator to make any assumptions for you, such as user authentication or AJAX capabilities. You may not want to have any "user" type objects, or need any authentication. Or what if you don't like how the code generator manages that sort of thing? Ignition was meant to be simple in that, 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. (With all the different Javascript/AJAX frameworks out there, the developer may want to use JQuery where the generator may only work with Dojo). Ignition gets out of your way much like the Code Igniter framework does. While some will argue that generating code at all for Code Igniter goes against the very foundation of Code Igniter itself, its still a great help to hit the ground running. View Demo
So if you are still reading, why not take a look at what Ignition can do. Download
-- Ryan Headley
