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
All Posts by : "Avinash"
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.
Magento: Set, Get and Unset Session Variable
In this quick article we will see how we can deal with Session variable in Magento. Here dealing include set new variable, get value of existing variable and deleting existing variable.
Check URL Existence with PHP
In this article we will see how to check the existence of the URL using PHP. Here existence means we are checking content which we are requesting is available on server or not.
Contact Form 7: Redirect After Form Submission
Trick in this post may or may not be that much useful to developers, but for SEO guys I am sure this is going to be very useful. Well, Contact form 7 is the most used contact form plugin of best blogging platform which is WordPress.
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.
Poll of the Month – May 2013
This month’s poll is about to get idea of most preferred E Commerce platforms available at this time on web. There are number of E Commerce platforms available at the time but we will choose among the very well known only.
Magento: Disable Admin Notification Popup
Every time you login to Magento admin panel, you will get notification popup which includes various updates about Magento.
Set Unicode Character in Email Subject with PHP
In this quick article we will see how we can set/use Unicode characters in email subject with PHP.