up vote 6 down vote favorite
17
share [g+] share [fb]

I'm starting a job soon where I will be dealing with PHP solutions and Magento , I have looked through the Magento wiki etc and played around with an install for it .

But im still quite confused by how it works. Especially the MVC side of things (most of my PHP experience comes from working with wordpress).

I would like to know if anyone has got any good resources or books etc for learning Magento .... the only alternative for me is to attend a certification course which is expensive at over 1000 $....

link|improve this question

feedback

6 Answers

up vote 7 down vote accepted

The most important first step is to understand the Magento EAV database schema. Here is a good link: http://inchoo.net/ecommerce/magento/magento-mysql-database-structure/

Until you 'get' this part, everything else is very confusing!

I found this book "php|architect's Guide to Magento" to be reasonably good. Bit expensive for the number of pages, but it was helpful nonetheless: http://www.phparch.com/c/books/id/9780973862171

I also spent a bit of time reading the magento question and answer forums. http://www.magentocommerce.com/boards/

link|improve this answer
those links look interesting , will check them out. Cheers! – Rick J Mar 30 '09 at 9:19
Correct link to the php|architect book is: phparch.com/books/isbn/9780973862171 – philfreo Nov 17 '09 at 0:45
feedback

This PDF/E-Book from PHP Architect has been recommended before. You should also check out a few of the magento-related questions answered in stackoverflow and check out the wiki and forums here.

link|improve this answer
feedback

Magento is built on the Zend Framework you should probably look into that :)

link|improve this answer
2  
As someone who has fairly extensive experience with ZF and who is also a week into learning Magento I can say that understanding the former will only help a little bit with the latter. Magento is extremely customized off of the ZF base and is pretty complex. – gaoshan88 Mar 30 '09 at 18:02
feedback

The solution is not to buy the training for Zend framework. This book should be enough to get you started with Zend Framework. Assuming you read it and learn the basics you can go then and work with Magento as it's built using Zend Framework.

Good luck!

link|improve this answer
feedback

Alan Storm can save your day sometimes: http://alanstorm.com/category/magento Developing for Magento can really be painfull.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.