All Posts tagged : "PHP"

Post image for Types of MVC: Conventional v/s Configurable

Types of MVC: Conventional v/s Configurable

Now a days all the applications are being created using the MVC architecture, as it a most powerful and successful way to develop the application. In this article we will see comparison of different types of MVC architecture we have

Post image for Magento: Get Payment Method name using Order ID

Magento: Get Payment Method name using Order ID

In this quick tip we will see how how we can get Payment Method name using the Magento Order ID. This will be very useful when you dealing with creating your own extension. Here article title is self explanatory that we are trying to accomplish, so without wasting time let’s look at the code block.

Post image for PHP Exception Explained

PHP Exception Explained

In this long (I think so) article, we will see about basics of PHP Exception, how to work with it, advantages, disadvantage and how we can extend the Exception with our custom class.

Post image for Parse .html as PHP with Apache

Parse .html as PHP with Apache

When we install PHP with Apache, Apache will be able parse files with .php extension and execute the same. But in Apache we can tweak configuration in that way so Apache start to parse other file extension as php file.