Here we will explain to work with database collection in Magento. As we know that Magento is enrich with MVC (Model – View – Controller). So we will basically starts with some main concepts of models, resource models, and collections.
Know About Magento Object Relational Mapping (ORM)
The implementation of a “Tier Models” is an important part of an MVC framework. It represents the details of your application and handles data in applications. Magento Models play an even greater role, because they usually contain the “Business Logic”.
Magento Interview Questions and Answers
Magento is the most used eCommerce platform to create eCommerce websites. It’s an open-source eCommerce platform developed using PHP and MySQL. It’s became more powerful and user friendly after release of Magento 2 version. The Magento 2 is fully responsive and allow to create powerful eCommerce system. So if you’re a Magento developer and looking […]
HTML5 Interview Questions and Answers
HTML or Hyper-Text Markup Language is the primary web language to create web pages. All web pages on the internet are created with different elements of HTML. We can not think about web without HTML because it is an integral part of web pages. With HTML, we can manage many things on web pages like […]
Creating Custom Magento URL Rewrites
We can create modules in Magento and can create fancy URL for our module without using .htaccess rewrites. It’s very easy, Magento has very easy way for URL rewrite using config.xml.