Author Archives: santanu
Glimpses of Magento Customization and Development
Magento is a highly customizable E-Commerce package which follows Zend architecture. So before we discuss magento, let us have a look at the Zend framework Zend is an MVC (Model-View-Controller) framework. It features Access Control List (ACL) and cache technology. The Zend framework has an in-built form element feature. This lets the coder create text-boxes and dropdowns (or any other form element) with the maximum ease. It also helps with implementing validations without having to write custom JavaScript codes or server side validation codes. Magento implements the Zend technology. The Zend ACL technology for login authentication and the mem-cached …





