ScoRpion
ScoRpion

Reputation: 11474

Easiest Way to Fire Queries In magento (Entity attribute value model)?

I am new to Magento and its EAV Model. I am very much confused about its database structure. It's really hard to find data inside tables even when I browse through phpmyadmin. Then it becomes more complicated and time consuming when I try to write queries to fetch data from its tables.

Is there any simple way to understand and deal with this type of database? And is there any simple way to fire queries in it. I tried hard searching internet to get some good tutorials to understand this kind of database but couldn't find. Can anyone suggest any good book or online material to understand Magento database and EAV Model? Thanks

Upvotes: 1

Views: 372

Answers (1)

jprofitt
jprofitt

Reputation: 10964

I would suggest taking a look at http://www.alanstorm.com/category/magento and reading through the Model sections. One of the best tutorial/learning sites I've found out there for Magento.

Upvotes: 1

Related Questions