Site icon Qaisar Satti's Blogs

Magento introduction

Magento introduction

Magento introduction

Since this blog mainly focuses on Magento. Lets get you familiar with magento introduction in this tutorial. i.e introduction to magento.Lets discuss What is Magento? Magento is the most powerful online e-commerce platform and is changing the face of e-commerce forever. 🙂
Introduction:
Magento is a feature-rich, professional open source e-commerce web application that was launched on March 31, 2008. Magento offers merchants complete flexibility and control over the look, content and functionality of their online store. Magento’s intuitive administration interface contains content management, powerful marketing and merchandising tools to give merchants the ability to create sites that are fully fit their unique business needs, putting no constraints on business processes and flow.
Of course, you already know that. What you may not realize is Magento’s also an object-oriented PHP Framework that can be used to develop modern, dynamic web applications that tap into Magento’s powerful e-commerce features.
This is more of an introductory tutorial however I will try to briefly explain all the important features and aspects of magento.

Why to Use Magento?

Features

Advantages

Disadvantages

Furthermore lets discuss step-by-step procedure for Magento installation. Before installing Magento, you require the following system requirements.

system requirements

Architecture

Likewise we are going to discuss the architectural style of Magento, for implementing user interfaces.

The Magento architecture comes with Models, Views and Controllers.
User Request − The user sends a request to a server in the form of request message where web browsers, search engines, etc. act like clients.
View − View represents the data in particular format. It is the user interface which is responsible for displaying the response for user request. It specifies an idea behind the presentation of the model’s data to the user. Views are used to reflect “how your data should look like”.
Controller − The controller is responsible for responding to user input and perform interactions on the data model objects. It uses models to process the data and send responses back to the view.
Model − The model is responsible for managing the data of the application. It contains logic of the data and represents basic data object in the framework. It responds to request from the view and to the instructions from the controller to update itself.
Database − Database contains the information which is requested from the user. When the user requests data, view sends requests to the controller, the controller requests from the model and the model fetches the required information from the database and responds to the user.
WSDL − WSDL stands for Web Services Description Language. It is used for describing web services and how to access them.

Now magento 2 is the core e-commercep latofrm for development. So, i am not discussing here the versions of magento(magento 1). Futhermore, in other tutorials i will discuss the latest versions.

That’s it from this tutorial. I hope it serves the purpose.Furthermore please feel free to drop any suggestions or queries in comments section. That will definitely be highly appreciated.

Exit mobile version