Welcome Guest, Not a member yet? Register   Sign In
CI 2.0.1 - ci_modular issue?
#3

[eluser]gabybob[/eluser]
here is the culprit

Code:
if ($ uri == '/' | | empty ($ uri))
{
return '/ ';
}

this code is located inside the system / core / URI.php method => _detect_uri ()

the behavior is different from 2.0.1,

I give the result of my work to advance THAT CHOSE CI 2.0.1 => two day

thank you my friend



voici le coupable

Code:
if ($uri == '/' || empty($uri))
        {
            return '/';
        }

ce code se situe à l'intérieur du system/core/URI.php method => _detect_uri()

le comportement est différent depuis la 2.0.1,

je donne le résultat de mon travail pour faire avancer la CHOSE CI 2.0.1

merci mon ami


Messages In This Thread
CI 2.0.1 - ci_modular issue? - by El Forum - 03-24-2011, 06:20 AM
CI 2.0.1 - ci_modular issue? - by El Forum - 03-24-2011, 06:33 AM
CI 2.0.1 - ci_modular issue? - by El Forum - 03-24-2011, 08:36 AM
CI 2.0.1 - ci_modular issue? - by El Forum - 03-24-2011, 10:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB