How do i override Mage_Core_Controller_Request_Http
问题 I have made some changes to Mage_Core_Controller_Request_Http but in the file distributed by with magento. This is not the best way, i know, but i have not been able to work out how to override a file in the Controller directory. I can find out how to override files in the controllers directory. Can anyone tell me how i can override Mage_Core_Controller_Request_Http in my own extension. thanks 回答1: If you don't want to revert to the include path hack, you can also use reflection to set your