Welcome Guest, Not a member yet? Register   Sign In
Is it easy to move code from one Install of CI to another?
#1

[eluser]Zurtri[/eluser]
My work is about to launch a mission critical system that has been coded in CI.

It will be my job to maintain the app once handover is completed.

Over the next few months I will need to learn CI.

Is it easy to transfer any code I create on my install to another install of CI?

Is it as simple as copying over the various MVC scripts?
#2

[eluser]Jason Stanley[/eluser]
Yes, copy and paste will do fine. Its written with PHP. PHP is a scripting language. You can always copy and paste scripts from A to B
#3

[eluser]PhilTem[/eluser]
Well, @jason Stanley is almost right. Of course code which isn't compiled before run-time can be copied anywhere, but you have to be careful with absolute paths. If you have any absolute filepaths within the code, be sure to either have them matching one to one on your new system or to change them according to the new file location.
But you'll probably come along such errors when testing your application after porting Wink




Theme © iAndrew 2016 - Forum software by © MyBB