Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8878085
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:37:40+00:00 2026-06-14T19:37:40+00:00

What is the config required to rewrite a class that is already rewriting another

  • 0

What is the config required to rewrite a class that is already rewriting another class in magento?

For example, There is a community module doing the following:

<models>
    <modulea>
        <adminhtml>
            <rewrite>
                <session>CompanyA_ModuleA_Model_Adminhtml_Session</session>
            </rewrite>
        </adminhtml>
    </modulea>
</models>

I want to rewrite the community module and I am trying the following code which is not working:

<models>
    <moduleb>
        <class>CompanyB_ModuleB_Model</class>
    </moduleb>
    <modulea>
            <rewrite>
                <adminhtml_session>CompanyB_ModuleB_Model_Adminhtml_Session</adminhtml_session>
            </rewrite>
    </modulea>
</models>

What is wrong with this

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T19:37:41+00:00Added an answer on June 14, 2026 at 7:37 pm

    Be carefull at your rewrite XML syntax, you have an error. It should like :

    <modulea>
            <adminhtml>
                <rewrite>
                    <adminhtml_session>CompanyA_ModuleA_Model_Adminhtml_Session</session>
                </rewrite>
            </adminhtml>
        </modulea>
    

    and

    <moduleb>
            <adminhtml>
                <rewrite>
                    <adminhtml_session>CompanyB_ModuleB_Model_Adminhtml_Session</session>
                </rewrite>
            </adminhtml>
        </moduleb>
    

    Next you’ll need to extends the Good PHP class in the good order. FOr example if you want CompanyA extending/rewriting CompanyB :

    CompanyA file :

    class CompanyA_ModuleA_Model_Adminhtml_Session extends Mage_Adminhtml_Model_Session {
    

    CompanyB Model php file :

    class CompanyB_ModuleB_Model_Adminhtml_Session extends CompanyA_ModuleA_Model_Adminhtml_Session {
    

    Last thing, to be sure that the rewrite is done in the good order (when doing a Mage::getModel('adminhtml/session') you want to retrieve the CompanyB class and not the COmpanyA one), you’ll need to define which module depends on which. YOu do that in the app/etc/modules/Company_Module.xml file.

    add for Company A :

    <depends>
        <Mage_Adminhtml />
    </depends>
    

    add for Company B :

    <depends>
        <CompanyA_ModuleA />
    </depends>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a bean Config that has a required setter. However, when I don't
hopefully this doesn't sound ridiculous, but are some parts of the web.config not required
Hallo I have this script: <? require(lib2/config.inc.php); require(lib2/tpl.class.php); require(lib2/db.class.php); require(lib2/um.class.php); $tpl = new template(templates,
Hey! I've got a generic package that requires a config file and multiple packages
I'm writing code in PHP that requires including a config.php file depending on the
I have a website that has highly granulised access and hence requires many web.config
I would like create URL rewrite rule that will set default document for my
I have a js file used for Recurly: (function() { // Required Recurly.config({ subdomain:
I have an iOS app where I set the Required Device Capabilities config setting
I'm trying to test a controller. Zend Tool has generated the following code: class

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.