Hi,

From: "Christopher Simon"

in my last mail i mentioned the way of "generating" the file by an autoinstaller with var_export (which produces valid php code) and file_put_contents. Also, the file could be generated with an shop Id, or we could use the same file for all shops with different array keys. This is one way it could be done, there are more solutions (maybe cleaner ones) open.

this solution could work, but we are still searching for cleaner alternatives

Btw: in ee you have 1 aModules array in config for every mallshop, but every aModules array has a key which determines which shop the modules are for. isn't this redudant or am i wrong? If the shop id is already included in the aModules array, there is no need for generating files with suffix at all.

there is one aModules array in config for every mallshop, but aModules array keys are the names of the base eShop classes (the ones to be overriden).


Regards,
Sarunas
_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to