Archive for November 2010
One of the many aspects to good module development is packaging everything up in such a way that the module is as standalone as possible. The goal is to provide a third-party with a single package that can take care of itself. Many modules will make use of custom database tables and/or Magento storage mechanisms. [...]
I wanted to use the json_server module in conjunction with Drupal’s services module to enable JSON communications instead of just XMLRPC. I ran into a couple of issues however: first, the JSON packet wasn’t being encoded correctly and second, the ‘#’ in the array keys was causing issues with the array lookups. I ended up [...]
