Answer:
Magento uses PHP as a web server scripting language and the MySQL Database. One of the most impressive aspects of Magento is the use of the Zend Framework. This allows for separation of the Model-View-Controller (MVC) which separates its core operations from functionality and appearance. The data model is based on the Entity-attribute-value model that stores data objects in tree structures, thus allowing a change to a data structure without changing the database definition.
Previous Question | Next Question |
What are the commonly used block types? What is the special in core/text_list block type? | Explain about the Magento latest versions and license? |