CodeIgniter Forums
CI web bash - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: CI web bash (/showthread.php?tid=34676)



CI web bash - El Forum - 10-06-2010

[eluser]Unknown[/eluser]
Hello,

I'm working on a browser-based bash-like solution for Codeigniter. It should generate controllers, models and views (with a template) by simple code. At the moment I'm pretty limited about the things I want to implement. As a heavy user of CI I'm just making things simpler for me.

So on the way I want to know: Would you use this kind of tool? What would you like to have in it?


CI web bash - El Forum - 10-06-2010

[eluser]OliverHR[/eluser]
I have nothing against using console, terminal or whatever you can call. Even I use a lot the terminal (i am a linux user) and when I need to use a ORM (doctrine) I must to use it, beacuse the power of this tool.

But your can read this in Codeiginiter site:

CodeIgniter is right for you if...

* You need broad compatibility with standard hosting accounts that run a variety of PHP versions and configurations.
* You want a framework that requires nearly zero configuration.
* You want a framework that does not require you to use the command line.
* You want a framework that does not require you to adhere to restrictive coding rules.

Anyway dont ask, just doit.


CI web bash - El Forum - 10-06-2010

[eluser]Unknown[/eluser]
Sure it doesn't require to use a command line but where's the problem in having that option? It's like ordering french fries to a pizza, doesn't fit but can be a taste of delightfulness.


CI web bash - El Forum - 10-06-2010

[eluser]OliverHR[/eluser]
As I say , Don't ask just do it for you.