Re: Model naming for SKU?

2010-06-28 Thread John Andersen
Sorry, that didn't actually answer your issue! :) Is you SKU model not being loaded? Is it correctly defined? Enjoy, John On Jun 28, 9:23 pm, John Andersen wrote: > The Wiktionary states that the plural form is "SKUs" :) > > Source:http://en.wiktionary.org/wiki/SKU > > Enjoy, >    John > > On

Re: Model naming for SKU?

2010-06-28 Thread John Andersen
The Wiktionary states that the plural form is "SKUs" :) Source: http://en.wiktionary.org/wiki/SKU Enjoy, John On Jun 28, 7:15 pm, Erik Starck wrote: > Wish it was that simple. :) > One product can have many SKUs. > Also, each SKU can have different prices for different countries. > > ..but t

Re: Model naming for SKU?

2010-06-28 Thread Erik Starck
Wish it was that simple. :) One product can have many SKUs. Also, each SKU can have different prices for different countries. ..but that wasn't my question. :) BR Erik On Mon, Jun 28, 2010 at 7:05 PM, cricket wrote: > Shouldn't the SKU be a column in a table, rather than a table of its own? >

Re: Model naming for SKU?

2010-06-28 Thread cricket
Shouldn't the SKU be a column in a table, rather than a table of its own? On Mon, Jun 28, 2010 at 12:12 PM, Erik Starck wrote: > What is the correct name of the model and database table for an object > called "Sku", as in: > http://en.wikipedia.org/wiki/Stock-keeping_unit > ? > > When I use cake

Re: Model naming for SKU?

2010-06-28 Thread Jeremy Burns | Class Outfit
This might not be the answer you'r looking for, but I'd go with a table named stock_keeping_units and build from there. Much easier to understand three years down the road. Jeremy Burns Class Outfit jeremybu...@classoutfit.com http://www.classoutfit.com On 28 Jun 2010, at 17:12, Erik Starck wr

Model naming for SKU?

2010-06-28 Thread Erik Starck
What is the correct name of the model and database table for an object called "Sku", as in: http://en.wikipedia.org/wiki/Stock-keeping_unit ? When I use cake bake I get some confusing messages, sometimes it wants me to call the database table "skuses", sometimes just "skus". Now I have a model cla