entity-attribute-value
Magento: Setting a custom attribute on the sales/order_shipment model
I\'m trying to add an EAV attribute called \"vendorping\" to the sales/order_shipment model. To accomplish this, I created the following file in my module:[详细]
2023-01-27 19:18 分类:问答Creating user roles
I am doing new project in symfony1.4. Now this project requires users to log-in and browse, and as any project of this type requires a way of restricting users based on roles.[详细]
2023-01-26 10:59 分类:问答how to use blob pattern as an alternative of EAV
In the literature and on the forums people often say that EAV is evil and often sugest using Serialized LOB pattern as an alternative of EAV, but don\'t say something concrete how to use it.[详细]
2023-01-25 08:52 分类:问答Adding Customers to Magento in raw SQL
I\'m new to Magento, and I want to add customer details to the customer_entity table of Magento. My question is, if I run the following query (via PHP):[详细]
2023-01-25 04:13 分类:问答Alternatives to Entity-Attribute-Value (EAV)?
Our database is designed based on EAV (Entity-Attribute-Value) model. Those who have worked with EAV models know all the crap that comes with for the purpose of flexibility.[详细]
2023-01-23 02:27 分类:问答Should I use EAV model?
I\'m am designing my database/domain for an eCommerce application and I\'m having a hard time figuring out how to store products.[详细]
2023-01-22 15:51 分类:问答Database Structure for a Faceted Search
I am creating an eCommerce site that needs to have a facet开发者_JAVA百科ed search tool so that customers can narrow down a product search via categories and classifications in the same style as ebuye[详细]
2023-01-21 02:26 分类:问答Array, EAV, Serialized LOB for custom fields?
I\'ve been trying to answer a complex Mysql data structure problem for custom fields for an online app. I\'m fairly new to Mysql so any input is appreciated.[详细]
2023-01-20 01:20 分类:问答Creating a new attribute does not update product flat data
I\'m writing an import module to import configurable products into magento, which works quite fine. I\'ve tweaked the import so that it can create all necessary attribute sets, attributes and attribut[详细]
2023-01-19 10:00 分类:问答How do I use rows-as-fields in a SQL database
I\'ve got a SQL related question regarding a general database structure that seems to be somewhat common.I came up with it one day while trying to solve a problem and (later on) I\'ve seen other peopl[详细]
2023-01-18 23:10 分类:问答