Magento is designed to work with EAV database model and an attribute management is the indispensable part for developers to customize the system. I spent quite long time on researching on this important issue and today I am very delighted to write about it and guide you how to create and customize an attribute by your code.
In previous article, I wrote about some basic concepts of Adminhtml’s architecture. Today I aim to dig deeper into the form and grid widgets and show you the easiest way to use them in your extension. Read on to see how!
In Magento, the Adminhtml (Backend) is used to manage the website. Magento builds a template pattern helping developers easily program the Adminhtml. Today my tutorial will start with some basic aspects of this issue.
In this tutorial, we will explore our journey through Magento’s EAV Model further by showing how we can easily load and save an EAV entity. First, let’s discover the EAV entity’s structure and then I’ll show you the way to load and save entities in details.
In the previous article, we provided you with the basic principle of EAV but have you concretely known how Magento stores the data according to the EAV model and how to create an EAV entity in Magento? If not, my tutorial today will surely be a good reference for you.
Working with EAV Model in Magento seems to be a quite complicated issue but you can totally make it easier with our new series of tutorials. My article today will take just a little time of you so keep reading to broaden your knowledge now!
Have you known much about the DDL class in Magento? My article today is intended to answer all frequent questions of using the DDL class in setup scripts and certainly makes you more understand it.