Save simple data in Magento's DB w/o Model
Posted
by Joseph Mastey
on Stack Overflow
See other posts from Stack Overflow
or by Joseph Mastey
Published on 2010-04-12T14:24:09Z
Indexed on
2010/04/12
17:23 UTC
Read the original article
Hit count: 386
magento
I'm looking to save some data in the Magento database without hassling with creating a new EAV object (or even a DB table if I can avoid it). Is there any place that you all know about that Magento will let you store serialized data?
If it matters, the data is a serialized set of SKUs that I need to retrieve. I know that I could create a new model, or possibly even create an attribute as a flag on each product, but those are both really overkill for my purposes.
Thanks, Joe
© Stack Overflow or respective owner