shahid

Technology

Magento date time picker in front end form

Some times there is requirement of date time picker in your frontend form. Mostly for this developers usually use jQuery. But it is not a right way to do this. Magento do have date time picker library which is for admin form only. But with some customization we can use it in our frontend form as well. Following steps you need to follow to...

by shahid
08-Mar-2013

Technology

Magento MVC Architecture & Flow

There are many systems in PHP that follows MVC  (Model-View-Controller) architecture.   It is a robust design pattern that separates data access, business logic and user interface code. A typical MVC concept, Model: consists of application data and business rules.  It communicates with the database get the information. In...

by shahid
08-Mar-2013