CI 2.0.1 - ci_modular issue? |
[eluser]gabybob[/eluser]
hello, After the portage below CI-CUSTOM2 on the system 2.0.1, we were surprise to see that the routing "route.php" no longer works between 2.0 and 2.0.1, according to a survey go deeper we discovered different behavior of the system for the same application code. After reading the changelog http://ellislab.com/codeigniter/user-gui...gelog.html I see nothing on the URI's good PB is at the core / method URI.php $ CI-> uri-> fetch_uri_string () 2.0 in the function returned on an empty string in 1.2 below the breakpoint to put the PB show: 'echo' uri_string 2.0.1 '; var_dump ($ this-> uri-> uri_string, $ this-> method) die (); " example with CI 2.0.1, 2.0.1 uri_string string (1) "/" string (5) "index" ' example with CI2.0.0 'uri_string 2.0.0 string (0) "" string (5) "index"' on a future post I will give you the result of my investigation. Gabriel see http://codeigniter.fr/cms/forums/topic/c...ci_modular |
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
|