I’m thinking of making a script that will unpack all the files and set any configuration files all at once
like a php script that will install and configure codeigniter at once. The programm will also have web interface that will alow you to edit the core codeigniter files from a web interface. Like I can click a link then it will open that file all from a web inter face with tool tips to help my remember the codes all most like a cheat cheat built into the web interface to make it easier for me to remember the codes while your programming something.
I would like php to extract all the files and then write any configuration files at the moment of inception so I don’t have to open any files to edit anything.
just click install and configure that’s it. So I can up load only one file to my server then it will unpack the rest configure any files I need configured it will set there permissions to. It will then create a web interface using ajax and php to edit these files with tool tips to help me remember the codes as I am editing them.
Is this worth while would it make it easier to work with CI