Welcome Guest, Not a member yet? Register   Sign In
prepending vars (useful tip when working with subdomains or multilanguage sites)
#2

[eluser]wiredesignz[/eluser]
Add this to MY_router.php and put it in your application/libraries so you don't break the CI core
Extend class MY_router off CI_Router.

Code:
class MY_router extends CI_Router
{
    //your original function overrides go here.
    
    //your new special functions go here too.
}


Messages In This Thread
prepending vars (useful tip when working with subdomains or multilanguage sites) - by El Forum - 01-24-2008, 08:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB