[split] URI routing in 3.1.1 |
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/... |
Messages In This Thread |
[split] URI routing in 3.1.1 - by Epexa - 10-26-2016, 11:55 AM
RE: [split] URI routing in 3.1.1 - by ciadmin - 10-26-2016, 10:47 PM
RE: [split] URI routing in 3.1.1 - by Epexa - 10-27-2016, 02:45 AM
RE: [split] URI routing in 3.1.1 - by Avenirer - 10-27-2016, 05:41 AM
RE: [split] URI routing in 3.1.1 - by Epexa - 10-27-2016, 06:17 AM
RE: [split] URI routing in 3.1.1 - by Avenirer - 10-27-2016, 06:43 AM
|