Welcome Guest, Not a member yet? Register   Sign In
Running Application Variants
#1

[eluser]Unknown[/eluser]
Hi,

I've started using Git to commit code to our CodeIgniter application. With a number of developers working on new features, we need to be able to create new branches which are used as staging environments until they are ready to be commited to the live application.

Does CodeIgniter provide a way to override parts of an application with our staging code?


Thanks
#2

[eluser]Aken[/eluser]
Depends what you want to override. You can specify different config files depending on your environment. Check the user guide.

If you're talking actual logic parts of your application, that's something you'll need to customize on your own.




Theme © iAndrew 2016 - Forum software by © MyBB