Christopher Simon | 6 Nov 2010 17:00

Re: Suggestion: Put modules from database intoan PHP File [T-DIA317V99U-31]

Hi,

i agree. 

Additionally, there are no real downsides in doing this like proposed. You could even generate those file
with ease:

file_put_contents($modulesFile, '<?php 
return ' . var_export($aModules, true) . ';'
);

So you can preserve the actual "frontend" (or make some kind of autoinstaller, like it's planned) and have
small improvements in speed, very huge improvements in maintainability
and the shop gets more extendable too.

Make it happen ;)


Gmane