Hi, On Wed, 2006-02-15 at 07:25 -0800, Jason Flatt wrote:
On Tuesday 14 February 2006 08:42 pm, Neil Drumm wrote:
Gordon Heydon wrote:
At this stage I have just moved all this into the store.install, but should I instead use an individual install file for each module. So there would be a product.install, cart.install, payment.install, etc or leave the core modules in the store.install?
One per module usually. Ecommerce might be a bit of an exception, but I don't think so.
Unless it's changed with the heavy development that is going on, ecommerce has it's own contrib modules. I would think that at least those contrib modules would need separate *.install files.
Yes the contrib modules will have there own .install files, but the core modules I am lean towards spitting it all back up over the individual files. Modules like paypal not everyone enables it, so you don't really need to create the ec_payment_paypal table. Gordon.