php - Magento core controller extend query -


what happens when 2 different modules override same function , 1 govern behavior ex- have extended cartcontroller class have defined new deleteaction function, if module has same deletefunction

the php autoloader priority (include_path)

it tries in order:

./app/code/local ./app/code/community ./app/code/core 

so defined in local override community, regardless of internal magento rewrites.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -