开发者

magento database

i need found in magento database info开发者_开发技巧rmation about users: description , status (login or not). Where i can find this information in data base?

Thanks


Magento uses an EAV structure so finding information can be tricky.

There is a slightly out-of-date but useful overview diagram here: http://inchoo.net/wp-content/uploads/2008/10/magento_v116-database_diagram.pdf

To answer part of your question, I don't think Magento stores the login status in the database, that would be stored in the session. Other details like description/username will be in one of the entity value tables.


Here's a good tutorial I found about EAV in Magento:

http://fishpig.co.uk/2010/06/07/magento-database-structure-eav/

You can also see a diagram of the Magento database by Googling Magento Database.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜