using ci to route domain.com/variable_here ? |
[eluser]BRK Network[/eluser]
Hi, One similar, and one different approach was discussed earlier: Similar config/routes.php approach: http://ellislab.com/forums/viewthread/129407/ Different MY_Router.php approach: http://ellislab.com/forums/viewthread/113165/P30/ However, I've a quick question for the second - MY_Router.php - approach: When I create a MY_Router.php file at application/libraries folder, nothing happens. My extended Router library has no effect. Do I need to call or load MY_Router.php manually? Or hook it to somewhere? Because when I hack the core Router.php file's (Class: CI_Router) "_validate_request" function, everything is working smoothly. However, when I extend id through MY_Router.php nothing happens. I'm using latest CI2 source from bitbucket. Any ideas? Thanks... |
Messages In This Thread |
using ci to route domain.com/variable_here ? - by El Forum - 07-13-2010, 10:36 PM
using ci to route domain.com/variable_here ? - by El Forum - 07-14-2010, 06:56 AM
using ci to route domain.com/variable_here ? - by El Forum - 07-14-2010, 05:45 PM
using ci to route domain.com/variable_here ? - by El Forum - 07-14-2010, 07:03 PM
using ci to route domain.com/variable_here ? - by El Forum - 07-14-2010, 07:13 PM
using ci to route domain.com/variable_here ? - by El Forum - 07-22-2010, 06:49 PM
using ci to route domain.com/variable_here ? - by El Forum - 07-22-2010, 06:58 PM
using ci to route domain.com/variable_here ? - by El Forum - 07-24-2010, 06:57 PM
using ci to route domain.com/variable_here ? - by El Forum - 07-25-2010, 01:25 AM
using ci to route domain.com/variable_here ? - by El Forum - 07-25-2010, 10:33 AM
using ci to route domain.com/variable_here ? - by El Forum - 07-25-2010, 12:27 PM
using ci to route domain.com/variable_here ? - by El Forum - 07-25-2010, 02:09 PM
using ci to route domain.com/variable_here ? - by El Forum - 07-25-2010, 02:17 PM
using ci to route domain.com/variable_here ? - by El Forum - 07-25-2010, 02:41 PM
|