Can anyone help me ?
How can I configure the CI database settings programmatically ? I saw this with other systems like OSCommerce, Joomla, WordPress etc..
The user needs to submit a form with database information.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is actually a pretty complicated process.
MojoMotor which is based on CI has an installation script which makes the additions to
application/config/database.phpwhich means it’s not impossible.The license agreement for MM prohibits me from posting the actual installation script, but you should be able to create something that works.
Otherwise, imagine something like this:
I haven’t tested this, but I’m trying to implement something like similar to one of my own projects.
I hope this could bring you a little closer.