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
Post a Comment