Magento Expert Forum - Improve your Magento experience

Results 1 to 6 of 6

What is codePool in Magento?

  1. #1

  2. #2
    Junior Member
    Join Date
    Sep 2016
    Posts
    228
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Codepool is a tag of xml file. There are 3 types of codepool
    1) Core which is developed by Magento core developer
    2) Community which is used by 3rd party extensions - open for all developers
    3) Local- If you have a Magento site, your extensions will be there in local.


    Team Building Organisers in Delhi

  3. #3
    Junior Member
    Join Date
    Oct 2016
    Posts
    984
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default


    CodePool is a tag which you have to specify when registering new module in app/etc/modules/Company_Module.xml
    Magento has three code pools:
    Community
    Core
    Local

    Core: It contains all Magento default modules.
    app/code/core - Holds modules that are distributed with the base Magento and make up the core functionality.

    Community: app/code/community - Holds modules that are developed by third-parties

    Local: app/code/local - Holds custom modules you developed, including Mage code overrides.


  4. #4
    Junior Member
    Join Date
    Sep 2018
    Location
    Oman, Muscat
    Posts
    2,084
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    Focus codePool is used by Magento focus gathering, Community is generally used by pariah increases and Local codePool should be used for in-hour module improvement and annulling of focus and system modules for custom essential. So to say it clearly, codePool causes Magento to discover module inside application/code/for dealing with.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •