[eluser]wiredesignz[/eluser]
Constants can not be altered once they are defined.
Your can call $this->router->fetch_module() to obtain the name of the current module.
Or you can access the protected $_module variable in the currently active "MX_Loader" object by using a "MY_Loader" extension and making that variable public or adding a method to return it's value.