Hello Everyone, Welcome to my blog. First of all for those people who don’t know anything about me please check…
Author: Ashish Ranade
Experienced Software Engineer with a demonstrated history of working in the computer software industry. Skilled in PHP, jQuery, Ruby on Rails, AJAX, and Cascading Style Sheets (CSS).
Null Coalescing Operator
PHP 7 brings a new rather handy feature null coalescing operator. This new feature is similar to the ternary operator that we were using in older versions of PHP (PHP 5 & greater)
Model, Resource Model and Collections
Every model class inherits from Magento\Framework\Model\AbstractModel class, which further extends from \Magento\Framework\DataObject. DataObject class allows us to use some important functions like setData() and getData()
Create A Block/Layout In Magento 2
In this post we are going to discuss how we can use the layout files and template files, what is the role of blocks in template rendering system.
Create A Controller In Magento 2
Today I am going to discuss how to create a controller in Magento 2