postcode-nl / PostcodeNl_Api_MagentoPlugin

A Magento plugin 1.9 that implements the Postcode.nl API for Dutch addresses
BSD 2-Clause "Simplified" License
21 stars 12 forks source link

Changed helper loader and $_GET to Magento/Zend Framework format. #2

Closed categoryshell closed 11 years ago

categoryshell commented 11 years ago

Try to avoid using $_GET and/or $_POST. It works, but it's best to use Zend Framework whenever you can. 

DaanBroekhof commented 11 years ago

That indeed is more standards compliant, thanks!