I was wondering how the order of the modules decided if two or more modules are in same code pool and overwrite same core class. Any help would be appreciated as i couldnot find this googling for an hour now.
Asked
Active
Viewed 77 times
0
-
1`
` controls which module will be loaded first. – Slimshadddyyy Jun 03 '14 at 04:46 -
If there are two modules and no
tag is used, which module will be loaded? – Afroz Alam Jun 03 '14 at 07:05 -
possible duplicate of [Magento - multiple classes extending same core class](http://stackoverflow.com/questions/7501536/magento-multiple-classes-extending-same-core-class) – Gerard de Visser Jun 03 '14 at 07:46
-
I have seen that post but what i need is not the solution. I know the solution of multiple overrides. What i need to know is in what order are they loaded? Is it alphabetical or something else? – Afroz Alam Jun 03 '14 at 08:58