[Solved] How to learn magento [closed]


The best way to learn Magento is to solve issues as you go along. Maybe a good place to start is this:
http://www.magentocommerce.com/knowledge-base.
Also the guys at siteground did a nice thing with this: http://www.siteground.com/tutorials/magento/
Other than this, maybe you should actually start working on a task and when you hit a brick wall (this should happen very fast), just see how other people solved the issues.
As for database structure, maybe you should read about the EAV paradigm. This is how the products, categories and customers are stored in the DB.
If you insist on a database structure here it is…but good luck with that.

solved How to learn magento [closed]