Category: Magento 1.X

2

Importance of E-Commerce

E-commerce is an important feature of internet emerged from last few years. E-Commerce means Electronic Commerce. It is used to distribute, buy, sell transfer of money online. E-Commerce has opened the way of doing...

1

How to run Custom Mysql Query in Magento

Magento uses Zend framework in very standered manner . It uses singleton methodology to access database.Like many other standered frameworks Magento also uses the concept of ORM (Object Relation Model) approach. To access the...

9

Understanding magento data storage

Understanding magento database structure is really a complex target in itself. But once we are able to understand it, we found that magento database is very tightly coupled and very normalized. It is synchronized...

3

Creating Block from controller in Magento

There are two types of blocks can be created in Magento a) Structural Block: This block usually contains the attribute ‘as’ with block tag through which the application will communicate with designated area. b)...