Welcome Guest, Not a member yet? Register   Sign In
SVN + CodeIgniter
#1

[eluser]nertos[/eluser]
hello,

how do you deal with editing a page using SVN, e.g. in eclipse. When the address during editing is http://localhost/~nertos/catalog1/catalo...ass/method, and after moving to server it changes to: http://my-domain.com/class/method. Then the whole code stops working, because locally in the php code i use $id = $this->uri->segment(4,1); and after moving to server I must use $id = $this->uri->segment(2,1);. there are lots of cases like this in my code. Do you have any idea s how to solve this problem? I would like to obtain a detailed explanation of editing SVN for CI.

Thanks in advance.


Messages In This Thread
SVN + CodeIgniter - by El Forum - 09-01-2010, 07:46 AM
SVN + CodeIgniter - by El Forum - 09-01-2010, 07:51 AM
SVN + CodeIgniter - by El Forum - 09-01-2010, 08:22 AM
SVN + CodeIgniter - by El Forum - 09-01-2010, 11:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB