I was thinking yesterday, to write a CodeIgniter 2.0 Generator for Windows.
What this should do?
Select ROOT Folder of your CodeIgniter Application
Generate Controller by name(this should create controller_name.php, with all the code inside)
Generate a Model by name(this should create model_name.php, with all the code inside)
Options when generation Controller, to include a Model with the same name and a views folder with the same name
Extend a CI Base Class and put the code inside /controllers , /core, /libraries or /models
Every CodeGeneration can be custom made by anyone with some .php files that could be recognized the program.
What do you think? Would be useful