Quantcast
Channel: CodeIgniter Forums - All Forums
Viewing all articles
Browse latest Browse all 14343

[split] URI routing in 3.1.1

$
0
0
I found two bugs in URI Routing in version 3.1.1, in version 3.1.0 was no such!

First. If named function same name controller.
Example:

class Bug extends CI_Controller
{

   function bug()
   {
       exit(1);
   }

}
Link http://site/bug/bug does not work!

Second. If add to existing function any URI segment in URL without routes.php not shown error 404.
Example:

http://site/bug/bug/dawdad
http://site/bug/bug/3123
http://site/bug/bug/dawdad/3123/dad/3123/...

Viewing all articles
Browse latest Browse all 14343

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>